From Versions.props:
- $(MicrosoftDotnetSdkInternalVersion) - .NET SDK to use for testing
+ $(MicrosoftDotnetSdkVersion) - .NET SDK to use for testing
$(InternalReleaseTesting) - if true, internal service release testing
- $(PrivateBuildTesting) - if true, test against a locally built runtime
+ $(PrivateBuildTesting) - if true, test against a locally built runtime
@(RuntimeTestVersions) - runtime/aspnetcore versions to install and test against
From Arcade:
Installs the runtimes for the SOS tests, handles private runtime build support or cleans up the private build registry keys
-->
- <Target Name="InstallTestRuntimes"
+ <Target Name="InstallTestRuntimes"
DependsOnTargets="CleanupVersionManifest;InstallRuntimesWindows;InstallRuntimesUnix;WriteTestVersionManifest;" />
<!--
Condition="$([MSBuild]::IsOsPlatform(Windows))"
Inputs="$(VersionsPropsPath)" Outputs="$(TestConfigFileName)">
- <Exec Command="$(PowershellWrapper) "& { &$(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftDotnetSdkInternalVersion) }""
+ <Exec Command="$(PowershellWrapper) "& { &$(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftDotnetSdkVersion) }""
IgnoreStandardErrorWarningFormat="true" />
<Exec Command="$(PowershellWrapper) "& { &$(DotnetInstallScriptCmd) $(CommonInstallArgs) %(RuntimeTestVersions.ExtraInstallArgs) -Version %(RuntimeTestVersions.RuntimeDownload) -Runtime dotnet }""
Condition="!$([MSBuild]::IsOsPlatform(Windows))"
Inputs="$(VersionsPropsPath)" Outputs="$(TestConfigFileName)">
- <Exec Command="bash $(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftDotnetSdkInternalVersion)"
+ <Exec Command="bash $(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftDotnetSdkVersion)"
IgnoreStandardErrorWarningFormat="true" />
<Exec Command="bash $(DotnetInstallScriptCmd) $(CommonInstallArgs) %(RuntimeTestVersions.ExtraInstallArgs) -Version %(RuntimeTestVersions.RuntimeDownload) -Runtime dotnet"
Writes the Debugger.Tests.Versions.txt file used by the SOS test harness
-->
- <Target Name="WriteTestVersionManifest"
- Inputs="$(VersionsPropsPath)"
+ <Target Name="WriteTestVersionManifest"
+ Inputs="$(VersionsPropsPath)"
Outputs="$(TestConfigFileName)">
<ItemGroup>
</ConfigFileEntry>
</TestConfigFileLines>
</ItemGroup>
-
+
<WriteLinesToFile File="$(TestConfigFileName)" Lines="@(TestConfigFileLines->Metadata('ConfigFileEntry'))" Overwrite="true" WriteOnlyWhenDifferent="true" />
<Message Importance="High" Text="Created config file $(TestConfigFileName)" />
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
</Dependency>
- <Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="9.0.100-preview.5.24253.16">
- <Uri>https://github.com/dotnet/installer</Uri>
- <Sha>fa261b952d702c6bd604728fcbdb58ac071a22b1</Sha>
+ <Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-rc.1.24409.1">
+ <Uri>https://github.com/dotnet/sdk</Uri>
+ <Sha>43360291a50c9c7c471551f8f8363919d38014ea</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="9.0.0-rc.1.24411.2">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<MicrosoftAspNetCoreAppRefInternalVersion>9.0.0-rc.1.24411.2</MicrosoftAspNetCoreAppRefInternalVersion>
<MicrosoftAspNetCoreAppRefVersion>9.0.0-rc.1.24411.2</MicrosoftAspNetCoreAppRefVersion>
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
- <MicrosoftDotnetSdkInternalVersion>9.0.100-preview.5.24253.16</MicrosoftDotnetSdkInternalVersion>
+ <MicrosoftDotnetSdkVersion>9.0.100-rc.1.24409.1</MicrosoftDotnetSdkVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Opt-in/out repo features -->