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 c287f9d commit c4c6666Copy full SHA for c4c6666
eng/helix/helix.proj
@@ -1,4 +1,5 @@
1
<Project Sdk="Microsoft.DotNet.Helix.Sdk" DefaultTargets="Test" TreatAsLocalProperty="ProjectToBuild">
2
+ <!-- !!! Temporary workaround -->
3
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
4
5
<PropertyGroup>
@@ -7,6 +8,10 @@
7
8
This must be reset in order for Build.props to evaluate a list of projects to be tested on Helix.
9
-->
10
<ProjectToBuild Condition="'$(ProjectToBuild)' == '$(MSBuildProjectFullPath)'"/>
11
+
12
13
+ <NoWarn>$(NoWarn);MSB4011</NoWarn>
14
15
</PropertyGroup>
16
17
<Import Project="..\targets\Helix.Common.props" />
0 commit comments