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 1
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
2
<PropertyGroup >
6
3
<!--
7
4
When invoking helix.proj for the whole repo with build.cmd, ProjectToBuild will be set to the path to this project.
8
5
This must be reset in order for Build.props to evaluate a list of projects to be tested on Helix.
9
6
-->
10
7
<ProjectToBuild Condition =" '$(ProjectToBuild)' == '$(MSBuildProjectFullPath)'" />
11
-
12
- <!-- !!! Temporary workaround -->
13
- <NoWarn >$(NoWarn);MSB4011</NoWarn >
14
-
15
8
</PropertyGroup >
16
9
17
10
<Import Project =" ..\targets\Helix.Common.props" />
30
23
<HelixAccessToken Condition =" '$(_UseHelixOpenQueues)' != 'true'" >$(HelixApiAccessToken)</HelixAccessToken >
31
24
<IncludeDotNetCli >true</IncludeDotNetCli >
32
25
<DotNetCliPackageType >sdk</DotNetCliPackageType >
33
- <DotNetCliVersion >$(NETCoreSdkVersion)</DotNetCliVersion >
34
26
35
27
<!-- Copied from Microsoft.NET.DefaultOutputPaths.targets in the .NET SDK. The Helix SDK contains nothing similar. -->
36
28
<BaseOutputPath Condition =" '$(BaseOutputPath)' == ''" >bin\</BaseOutputPath >
You can’t perform that action at this time.
0 commit comments