File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
6767 Condition =" $([MSBuild]::IsOsPlatform(Windows))"
6868 Inputs =" $(VersionsPropsPath)" Outputs =" $(TestConfigFileName)" >
6969
70- <Exec Command =" $(PowershellWrapper) "& { & $(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftDotnetSdkVersion ) }" "
70+ <Exec Command =" $(PowershellWrapper) "& { & $(DotnetInstallScriptCmd) $(CommonInstallArgs) -Version $(MicrosoftNetSdkVersion ) }" "
7171 IgnoreStandardErrorWarningFormat =" true" />
7272
7373 <Exec Command =" $(PowershellWrapper) "& { & $(DotnetInstallScriptCmd) $(CommonInstallArgs) %(RuntimeTestVersions.ExtraInstallArgs) -Version %(RuntimeTestVersions.RuntimeDownload) -Runtime dotnet }" "
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"
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments