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 0993f46 commit 056b955Copy full SHA for 056b955
build/common.props
@@ -10,6 +10,7 @@
10
<SignAssembly>true</SignAssembly>
11
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
12
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
13
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
14
</PropertyGroup>
15
16
<ItemGroup>
0 commit comments