Update the stage 0 version and unwind a few of the upgrade changes (#17617)

This commit is contained in:
Marc Paine 2023-10-27 08:06:01 -07:00 committed by GitHub
parent 751bed6d08
commit eb4f50fabf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 33 additions and 31 deletions

View file

@ -63,7 +63,7 @@ namespace EndToEnd.Tests
binDirectory.Should().NotHaveFilesMatching("*.dll", SearchOption.AllDirectories);
}
[Fact(Skip ="The current aspnet runtime is built against an 8.0 core runtime")]
[Fact]
public void ItCanRunAnAppUsingTheWebSdk()
{
var directory = TestAssets.CreateTestDirectory();

View file

@ -64,7 +64,7 @@
<RuntimeVersionToInstall Include="5.0.0" />
<RuntimeVersionToInstall Include="6.0.0" />
<RuntimeVersionToInstall Include="7.0.0" />
<RuntimeVersionToInstall Include="8.0.0-rc.1.23419.4" />
<RuntimeVersionToInstall Include="8.0.0-rc.2.23479.6" />
</ItemGroup>
</Target>
@ -239,7 +239,7 @@
<Exec Command="$(ToolRunPrefix)$(RedistLayoutPath)dotnet tool run $(ToolCommandName) -- $(TestArgs)"
WorkingDirectory="$(TestLocalToolFolder)"
EnvironmentVariables="DOTNET_CLI_HOME=$(DOTNET_CLI_HOME);DOTNET_ROLL_FORWARD=LatestMajor;DOTNET_ROLL_FORWARD_TO_PRERELEASE=1"/>
EnvironmentVariables="DOTNET_CLI_HOME=$(DOTNET_CLI_HOME)"/>
</Target>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />