Skip to content

Commit 199a318

Browse files
committed
[ci] remove warn msbuild
1 parent ae3af22 commit 199a318

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Directory.Build.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<PropertyGroup>
2727
<!-- Microsoft.Build.Msix.props" cannot be imported again -->
2828
<!-- Found version-specific or distribution-specific runtime identifier(s)-->
29-
<NoWarn>$(NoWarn);MSB4011;NETSDK1206</NoWarn>
29+
<NoWarn>$(NoWarn);NETSDK1206;NU1702</NoWarn>
30+
<MSBuildWarningsAsMessages>$(MSBuildWarningsAsMessages);MSB4011;MSB3277;NETSDK1206;NU1702</MSBuildWarningsAsMessages>
3031
</PropertyGroup>
3132

3233
<!-- platform version number information -->

eng/pipelines/arcade/stage-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Template for build + pack on dnceng
1+
x# Template for build + pack on dnceng
22
parameters:
33
- name: prepareSteps
44
type: stepList

0 commit comments

Comments
 (0)