File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
<PropertyGroup >
25
25
<!-- Nuget audit as warnings only, even in TreatWarningsAsErrors. -->
26
26
<!-- Except for in CI, critical will fail the build. -->
27
- <WarningsNotAsErrors >$(WarningsNotAsErrors); NU1901;NU1902;NU1903</WarningsNotAsErrors >
28
- <WarningsNotAsErrors Condition =" '$(CI)' == 'false'" >$(WarningsNotAsErrors)NU1904</WarningsNotAsErrors >
29
- <WarningsAsErrors Condition =" '$(CI)' == 'true'" >$(WarningsAsErrors)NU1904</WarningsAsErrors >
27
+ <WarningsNotAsErrors >$(WarningsNotAsErrors)NU1901;NU1902;NU1903; </WarningsNotAsErrors >
28
+ <WarningsNotAsErrors Condition =" '$(CI)' == 'false'" >$(WarningsNotAsErrors)NU1904; </WarningsNotAsErrors >
29
+ <WarningsAsErrors Condition =" '$(CI)' == 'true'" >$(WarningsAsErrors)NU1904; </WarningsAsErrors >
30
30
<NuGetAuditLevel >moderate</NuGetAuditLevel > <!-- warn on moderate severity only. -->
31
31
<NuGetAuditMode >all</NuGetAuditMode > <!-- audit transitive dependencies. -->
32
32
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments