Skip to content
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

Closed
francofs opened this issue Apr 28, 2016 · 4 comments
Closed

Does not work with projects without Debug / Release configs #5

francofs opened this issue Apr 28, 2016 · 4 comments

Comments

@francofs
Copy link

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.

@JohnWintellect
Copy link
Member

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?

@francofs
Copy link
Author

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.

@JohnWintellect
Copy link
Member

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?

@francofs
Copy link
Author

Oh yes, that is sufficient, I think I may have missed the example, but it's
all good now :)

Thanks again. All the best!

On Thu, Apr 28, 2016 at 3:49 PM, John Robbins notifications@github.com
wrote:

Very cool! Glad to hear the module saved you some time. My day has been
made! [image: 👍]

These parameters are shown in the Set-ProjectProperties help (see the last
example). Is that sufficient?


You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub
#5 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants