This may not be the right place for this, but I can't find an MSBuild NG, so here goes...
I'm trying to understand why this particular condition is placed in my build files:
<Configuratio n Condition=" '$(Configuratio n)' == '' ">Debug</Configuration>
Is it there just in case of user stupidity? How would you set your configuration to an empty string in the first place? And, if you could, why would you?
Thanks.
I'm trying to understand why this particular condition is placed in my build files:
<Configuratio n Condition=" '$(Configuratio n)' == '' ">Debug</Configuration>
Is it there just in case of user stupidity? How would you set your configuration to an empty string in the first place? And, if you could, why would you?
Thanks.
Comment