Skip to content

Commit 0ecd20a

Browse files
authored
Update helix.proj
1 parent 47379c4 commit 0ecd20a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

eng/helix/helix.proj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
<Project Sdk="Microsoft.DotNet.Helix.Sdk" DefaultTargets="Test" TreatAsLocalProperty="ProjectToBuild">
2-
<!-- !!! Temporary workaround -->
3-
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
4-
52
<PropertyGroup>
63
<!--
74
When invoking helix.proj for the whole repo with build.cmd, ProjectToBuild will be set to the path to this project.
85
This must be reset in order for Build.props to evaluate a list of projects to be tested on Helix.
96
-->
107
<ProjectToBuild Condition="'$(ProjectToBuild)' == '$(MSBuildProjectFullPath)'"/>
11-
12-
<!-- !!! Temporary workaround -->
13-
<NoWarn>$(NoWarn);MSB4011</NoWarn>
14-
158
</PropertyGroup>
169

1710
<Import Project="..\targets\Helix.Common.props" />
@@ -30,7 +23,6 @@
3023
<HelixAccessToken Condition="'$(_UseHelixOpenQueues)' != 'true'">$(HelixApiAccessToken)</HelixAccessToken>
3124
<IncludeDotNetCli>true</IncludeDotNetCli>
3225
<DotNetCliPackageType>sdk</DotNetCliPackageType>
33-
<DotNetCliVersion>$(NETCoreSdkVersion)</DotNetCliVersion>
3426

3527
<!-- Copied from Microsoft.NET.DefaultOutputPaths.targets in the .NET SDK. The Helix SDK contains nothing similar. -->
3628
<BaseOutputPath Condition="'$(BaseOutputPath)' == ''">bin\</BaseOutputPath>

0 commit comments

Comments
 (0)