Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/8ce21d465c4bf95e842cc3840bab5f32 to your computer and use it in GitHub Desktop.
Save goyalmohit/8ce21d465c4bf95e842cc3840bab5f32 to your computer and use it in GitHub Desktop.
Understanding MSBuild Properties - Use conditions to define default values
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment