Created
December 4, 2017 11:27
-
-
Save goyalmohit/8ce21d465c4bf95e842cc3840bab5f32 to your computer and use it in GitHub Desktop.
Understanding MSBuild Properties - Use conditions to define default values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment