File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ mkdir -p "$DOTNET_SDK_PATH"
10
10
11
11
echo " Downloading .NET SDK installer into $DOTNET_SDK_PATH folder..."
12
12
curl -Lfo " $DOTNET_SDK_PATH " /dotnet-install.sh https://dot.net/v1/dotnet-install.sh
13
- echo " Installing .NET LTS SDK..."
13
+ echo " Installing .NET 9.0 SDK..."
14
14
bash " $DOTNET_SDK_PATH " /dotnet-install.sh --channel 9.0 --install-dir " $DOTNET_SDK_PATH " --no-path
15
+ echo " Installing .NET 8.0 runtime..."
16
+ bash " $DOTNET_SDK_PATH " /dotnet-install.sh --channel 8.0 --install-dir " $DOTNET_SDK_PATH " --no-path --runtime dotnet
15
17
16
18
# The tests use the TestContainers.Net library which requires docker.
17
19
# RHEL 8 and 9 don't support docker so we have the setup below to emulate docker with podman
You can’t perform that action at this time.
0 commit comments