This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1414 '$(Rid)' == 'opensuse.42.1-x64' " >$(Rid)</ProductMonikerRid >
1515 <ProductMonikerRid Condition =" '$(ProductMonikerRid)' == '' " >$(OSName)-$(Architecture)</ProductMonikerRid >
1616
17- <ArtifactNameSdk >dotnet-sdk</ArtifactNameSdk >
17+ <ArtifactNameSdk >dotnet-sdk-internal </ArtifactNameSdk >
1818 <ArtifactNameSdkDebug >dotnet-sdk-debug</ArtifactNameSdkDebug >
19- <ArtifactNameCombinedHostHostFxrFrameworkSdk >dotnet-dev </ArtifactNameCombinedHostHostFxrFrameworkSdk >
19+ <ArtifactNameCombinedHostHostFxrFrameworkSdk >dotnet-sdk </ArtifactNameCombinedHostHostFxrFrameworkSdk >
2020 <ArtifactNameCombinedFrameworkSdk >dotnet-runtime-sdk</ArtifactNameCombinedFrameworkSdk >
2121
2222 <ArtifactNameWithVersionSdk >$(ArtifactNameSdk)-$(SdkVersion)-$(ProductMonikerRid)</ArtifactNameWithVersionSdk >
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ $env:VSTEST_TRACE_BUILD=1
8080# install a stage0
8181$dotnetInstallPath = Join-Path $RepoRoot " scripts\obtain\dotnet-install.ps1"
8282
83- Write-Output " $dotnetInstallPath -Channel "" release/2.0.0"" -InstallDir $env: DOTNET_INSTALL_DIR -Architecture "" $Architecture "" "
84- Invoke-Expression " $dotnetInstallPath -Channel "" release/2.0.0"" -InstallDir $env: DOTNET_INSTALL_DIR -Architecture "" $Architecture "" "
83+ Write-Output " $dotnetInstallPath -Channel "" release/2.0.0"" -InstallDir $env: DOTNET_INSTALL_DIR -Architecture "" $Architecture "" -Version 2.0.0-preview2-006341 "
84+ Invoke-Expression " $dotnetInstallPath -Channel "" release/2.0.0"" -InstallDir $env: DOTNET_INSTALL_DIR -Architecture "" $Architecture "" -Version 2.0.0-preview2-006341 "
8585if ($LastExitCode -ne 0 )
8686{
8787 Write-Output " The .NET CLI installation failed with exit code $LastExitCode "
Original file line number Diff line number Diff line change @@ -155,7 +155,8 @@ export VSTEST_TRACE_BUILD=1
155155DOTNET_MULTILEVEL_LOOKUP=0
156156
157157# Install a stage 0
158- (set -x ; " $REPOROOT /scripts/obtain/dotnet-install.sh" --channel " release/2.0.0" --install-dir " $DOTNET_INSTALL_DIR " --architecture " $ARCHITECTURE " $LINUX_PORTABLE_INSTALL_ARGS )
158+ (set -x ; " $REPOROOT /scripts/obtain/dotnet-install.sh" --channel " release/2.0.0" --version " 2.0.0-preview2-006341" --install-dir " $DOTNET_INSTALL_DIR " --architecture " $ARCHITECTURE " $LINUX_PORTABLE_INSTALL_ARGS )
159+
159160EXIT_CODE=$?
160161if [ $EXIT_CODE != 0 ]; then
161162 echo " run-build: Error: installing stage0 with exit code $EXIT_CODE ." >&2
You can’t perform that action at this time.
0 commit comments