Skip to content

Commit ebef5c0

Browse files
authored
Temp no warn to make sure things are good
1 parent 9ba7bda commit ebef5c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/helix/helix.proj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.DotNet.Helix.Sdk" DefaultTargets="Test" TreatAsLocalProperty="ProjectToBuild">
2+
<!-- !!! Temporary workaround -->
23
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
34

45
<PropertyGroup>
@@ -7,6 +8,10 @@
78
This must be reset in order for Build.props to evaluate a list of projects to be tested on Helix.
89
-->
910
<ProjectToBuild Condition="'$(ProjectToBuild)' == '$(MSBuildProjectFullPath)'"/>
11+
12+
<!-- !!! Temporary workaround -->
13+
<NoWarn>$(NoWarn);MSB4011</NoWarn>
14+
1015
</PropertyGroup>
1116

1217
<Import Project="..\targets\Helix.Common.props" />

0 commit comments

Comments
 (0)