We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1a5ab commit 583493eCopy full SHA for 583493e
Directory.Build.props
@@ -3,6 +3,7 @@
3
<!-- Note: MUST be imported *after* $(Configuration) is set! -->
4
<PropertyGroup>
5
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
+ <TreatWarningsAsErrors Condition=" '$(Configuration)' == 'Release' ">true</TreatWarningsAsErrors>
7
<_OutputPath>$(MSBuildThisFileDirectory)bin\Build$(Configuration)\</_OutputPath>
8
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
9
</PropertyGroup>
0 commit comments