File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments