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 ae3af22 commit 199a318Copy full SHA for 199a318
Directory.Build.targets
@@ -26,7 +26,8 @@
26
<PropertyGroup>
27
<!-- Microsoft.Build.Msix.props" cannot be imported again -->
28
<!-- Found version-specific or distribution-specific runtime identifier(s)-->
29
- <NoWarn>$(NoWarn);MSB4011;NETSDK1206</NoWarn>
+ <NoWarn>$(NoWarn);NETSDK1206;NU1702</NoWarn>
30
+ <MSBuildWarningsAsMessages>$(MSBuildWarningsAsMessages);MSB4011;MSB3277;NETSDK1206;NU1702</MSBuildWarningsAsMessages>
31
</PropertyGroup>
32
33
<!-- platform version number information -->
eng/pipelines/arcade/stage-pack.yml
@@ -1,4 +1,4 @@
1
-# Template for build + pack on dnceng
+x# Template for build + pack on dnceng
2
parameters:
3
- name: prepareSteps
4
type: stepList
0 commit comments