We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2669b1 commit 471a35aCopy full SHA for 471a35a
1 file changed
src/build/Workleap.DotNet.CodingStandards.props
@@ -49,7 +49,7 @@
49
50
<!-- Fails the build on CI or on release when a vulnerability is detected -->
51
<WarningsAsErrors Condition="$(NuGetAuditTreatWarningsAsErrors) == 'true'">
52
- (WarningsAsErrors);NU1900;NU1901;NU1902;NU1903;NU1904
+ $(WarningsAsErrors);NU1900;NU1901;NU1902;NU1903;NU1904
53
</WarningsAsErrors>
54
</PropertyGroup>
55
0 commit comments