Skip to content

Commit fcf7a41

Browse files
committed
Ensure that code analysis warnings always fail the verification build
1 parent d9676ba commit fcf7a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
5656
<Optimize>true</Optimize>
5757
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
58+
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
5859
</PropertyGroup>
5960
</When>
6061
</Choose>

0 commit comments

Comments
 (0)