Skip to content

Commit bbb125d

Browse files
authored
Update sdk name in Versions.props (#5112)
1 parent 23f8500 commit bbb125d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/InstallRuntimes.proj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
From Versions.props:
77
8-
$(MicrosoftDotnetSdkVersion) - .NET SDK to use for testing
8+
$(MicrosoftNetSdkVersion) - .NET SDK to use for testing
99
$(InternalReleaseTesting) - if true, internal service release testing
1010
$(PrivateBuildTesting) - if true, test against a locally built runtime
1111
@(RuntimeTestVersions) - runtime/aspnetcore versions to install and test against
@@ -67,7 +67,7 @@
6767
Condition="$([MSBuild]::IsOsPlatform(Windows))"
6868
Inputs="$(VersionsPropsPath)" Outputs="$(TestConfigFileName)">
6969

70-
<Exec Command="$(PowershellWrapper) &quot;&amp; { &amp;$(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftDotnetSdkVersion) }&quot;"
70+
<Exec Command="$(PowershellWrapper) &quot;&amp; { &amp;$(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftNetSdkVersion) }&quot;"
7171
IgnoreStandardErrorWarningFormat="true" />
7272

7373
<Exec Command="$(PowershellWrapper) &quot;&amp; { &amp;$(DotnetInstallScriptCmd) $(CommonInstallArgs) %(RuntimeTestVersions.ExtraInstallArgs) -Version %(RuntimeTestVersions.RuntimeDownload) -Runtime dotnet }&quot;"
@@ -85,7 +85,7 @@
8585
Condition="!$([MSBuild]::IsOsPlatform(Windows))"
8686
Inputs="$(VersionsPropsPath)" Outputs="$(TestConfigFileName)">
8787

88-
<Exec Command="bash $(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftDotnetSdkVersion)"
88+
<Exec Command="bash $(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftNetSdkVersion)"
8989
IgnoreStandardErrorWarningFormat="true" />
9090

9191
<Exec Command="bash $(DotnetInstallScriptCmd) $(CommonInstallArgs) %(RuntimeTestVersions.ExtraInstallArgs) -Version %(RuntimeTestVersions.RuntimeDownload) -Runtime dotnet"

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<MicrosoftAspNetCoreAppRefInternalVersion>10.0.0-alpha.2.24614.1</MicrosoftAspNetCoreAppRefInternalVersion>
2323
<MicrosoftAspNetCoreAppRefVersion>10.0.0-alpha.2.24614.1</MicrosoftAspNetCoreAppRefVersion>
2424
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
25-
<MicrosoftDotnetSdkVersion>10.0.100-alpha.1.24611.5</MicrosoftDotnetSdkVersion>
25+
<MicrosoftNetSdkVersion>10.0.100-alpha.1.24611.5</MicrosoftNetSdkVersion>
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<!-- Opt-in/out repo features -->

0 commit comments

Comments
 (0)