Skip to content

Commit 471a35a

Browse files
Fix WarningsAsErrors property reference (#149)
1 parent a2669b1 commit 471a35a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build/Workleap.DotNet.CodingStandards.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<!-- Fails the build on CI or on release when a vulnerability is detected -->
5151
<WarningsAsErrors Condition="$(NuGetAuditTreatWarningsAsErrors) == 'true'">
52-
(WarningsAsErrors);NU1900;NU1901;NU1902;NU1903;NU1904
52+
$(WarningsAsErrors);NU1900;NU1901;NU1902;NU1903;NU1904
5353
</WarningsAsErrors>
5454
</PropertyGroup>
5555

0 commit comments

Comments
 (0)