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 70e5935 commit d0edefeCopy full SHA for d0edefe
1 file changed
Directory.Build.targets
@@ -12,7 +12,7 @@
12
13
<!-- Settings that append the existing setting value -->
14
<PropertyGroup>
15
- <NoWarn>$(NoWarn)</NoWarn>
+ <NoWarn>$(NoWarn);AD0001</NoWarn>
16
</PropertyGroup>
17
18
<!-- Settings that are only set for CI builds -->
0 commit comments