-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with projects without Debug / Release configs #5
Comments
Look at the -Configurations and -CustomConfigurationProperties parameters. I hard coded Debug + Release as 99.99999% of projects have those configurations. Is this an internationalization issue? |
Oh sorry, thanks for the pointer, I got it working after reading the source code. Maybe as a todo you could have the parameters on the readme. Now it works. My configs are DEV, UAT, PRD. This is our continuous integration configurations so, that's why. We have automatic transformations for the configurations file that requires it to be this way. Thanks again and nice work! It saved me a lot of time. I have over 40 projects in my solution. |
Very cool! Glad to hear the module saved you some time. My day has been made! 👍 These parameters are shown in the Set-ProjectProperties help (see the last example). Is that sufficient? |
Oh yes, that is sufficient, I think I may have missed the example, but it's Thanks again. All the best! On Thu, Apr 28, 2016 at 3:49 PM, John Robbins notifications@github.com
|
I tried to use Set-ProjectProperties, but my Projects do not have Debug / Release configuration. I have my own custom configurations and maybe this is hardcoded in the module.
The text was updated successfully, but these errors were encountered: