@@ -142,25 +142,6 @@ export VSTEST_TRACE_BUILD=1
142
142
143
143
dotnetInstallPath=" $REPOROOT /scripts/obtain/dotnet-install.sh"
144
144
145
- # ############### Remove this section when the stage0 SDK stablizes on 1.1.9* for release/1.1.0 ################
146
- # Use bootstrap CLI '1.0.4-btstrp' for Fedora 27, Fedora 28, openSUSE 42.3, and Ubuntu 18.04
147
- stage0CLIVersion=" 1.0.4"
148
-
149
- uname=$( uname)
150
- if [[ " $uname " != " Darwin" ]]; then
151
- . /etc/os-release
152
- distro_specific_osname=" $ID .$VERSION_ID "
153
- echo " OS Name = $distro_specific_osname "
154
-
155
- if [[ " $distro_specific_osname " == " fedora.27" ]] ||
156
- [[ " $distro_specific_osname " == " fedora.28" ]] ||
157
- [[ " $distro_specific_osname " == " opensuse.42.3" ]] ||
158
- [[ " $distro_specific_osname " == " ubuntu.18.04" ]]; then
159
- stage0CLIVersion=" 1.0.4-btstrp"
160
- fi
161
- fi
162
- # ############### Remove this section when the stage0 SDK stablizes on 1.1.9* for release/1.1.0 ################
163
-
164
145
# install the stage0PJ
165
146
echo " installing CLI: $dotnetInstallPath --version \" 1.0.0-preview3-003223\" --install-dir $DOTNET_INSTALL_DIR_PJ --architecture \" $ARCHITECTURE \" "
166
147
$dotnetInstallPath --version " 1.0.0-preview3-003223" --install-dir $DOTNET_INSTALL_DIR_PJ --architecture " $ARCHITECTURE "
@@ -170,8 +151,8 @@ if [ $? != 0 ]; then
170
151
fi
171
152
172
153
# install the post-PJnistic stage0
173
- echo " installing CLI: $dotnetInstallPath --version \" $stage0CLIVersion \" --install-dir $DOTNET_INSTALL_DIR --architecture \" $ARCHITECTURE \" "
174
- $dotnetInstallPath --version " $stage0CLIVersion " --install-dir $DOTNET_INSTALL_DIR --architecture " $ARCHITECTURE "
154
+ echo " installing CLI: $dotnetInstallPath --version \" 1.1.9-servicing-005253 \" --install-dir $DOTNET_INSTALL_DIR --architecture \" $ARCHITECTURE \" "
155
+ $dotnetInstallPath --version " 1.1.9-servicing-005253 " --install-dir $DOTNET_INSTALL_DIR --architecture " $ARCHITECTURE "
175
156
if [ $? != 0 ]; then
176
157
echo " run-build: Error: The .NET CLI stage0 installation failed with exit code $? ." >&2
177
158
exit $?
0 commit comments