File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2120,7 +2120,6 @@ task_groups:
2120
2120
setup_group :
2121
2121
- func : fetch-source
2122
2122
- func : prepare-resources
2123
- - func : install-dotnet
2124
2123
- command : subprocess.exec
2125
2124
params :
2126
2125
binary : bash
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ if [[ $OS =~ [Ww]indows.* ]]; then
8
8
echo " Downloading Windows .NET SDK installer into $DOTNET_SDK_PATH folder..."
9
9
curl -Lfo " $DOTNET_SDK_PATH " /dotnet-install.ps1 https://dot.net/v1/dotnet-install.ps1
10
10
echo " Installing .NET LTS SDK..."
11
- powershell.exe " $DOTNET_SDK_PATH " /dotnet-install.ps1 -Channel 6 .0 -InstallDir " $DOTNET_SDK_PATH " -NoPath
11
+ powershell.exe " $DOTNET_SDK_PATH " /dotnet-install.ps1 -Channel 8 .0 -InstallDir " $DOTNET_SDK_PATH " -NoPath
12
12
else
13
13
echo " Downloading .NET SDK installer into $DOTNET_SDK_PATH folder..."
14
14
curl -Lfo " $DOTNET_SDK_PATH " /dotnet-install.sh https://dot.net/v1/dotnet-install.sh
15
15
echo " Installing .NET LTS SDK..."
16
- bash " $DOTNET_SDK_PATH " /dotnet-install.sh --channel 6 .0 --install-dir " $DOTNET_SDK_PATH " --no-path
16
+ bash " $DOTNET_SDK_PATH " /dotnet-install.sh --channel 8 .0 --install-dir " $DOTNET_SDK_PATH " --no-path
17
17
fi
You can’t perform that action at this time.
0 commit comments