Skip to content

Commit

Permalink
Use full .NET SDK to run XHarness (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
premun committed Aug 25, 2021
1 parent 3dd12f0 commit 0e21704
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
<!-- We then invoke the CLI DLL directly using .NET runtime without the need for .NET SDK -->
<IncludeDotNetCli>true</IncludeDotNetCli>
<IncludeXHarnessCli>true</IncludeXHarnessCli>
<DotNetCliPackageType Condition="'$(DotNetCliPackageType)' != 'sdk'">aspnetcore-runtime</DotNetCliPackageType>
<DotNetCliVersion Condition=" '$(DotNetCliVersion)' == '' ">6.0.100-preview.2.21155.3</DotNetCliVersion>

<!--
TODO (https://github.com/dotnet/arcade/issues/7787): Use ASP.NET Core only once we are past RC1
<DotNetCliPackageType Condition="'$(DotNetCliPackageType)' != 'sdk'">aspnetcore-runtime</DotNetCliPackageType>
<DotNetCliVersion Condition=" '$(DotNetCliVersion)' == '' ">$(AspNetCoreRuntimeVersion)</DotNetCliVersion>
-->
<DotNetCliPackageType>sdk</DotNetCliPackageType>
<DotNetCliVersion Condition=" '$(DotNetCliVersion)' == '$(BundledNETCoreAppPackageVersion)' AND '$(DotNetCliPackageType)' == 'aspnetcore-runtime' ">$(AspNetCoreRuntimeVersion)</DotNetCliVersion>
</PropertyGroup>

Expand Down

0 comments on commit 0e21704

Please sign in to comment.