Install latest build of .NET 8 runtime
This commit is contained in:
parent
2593c65454
commit
791029a13a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ if [ "$installDotnet" == true ]; then
|
|||
(source ./eng/common/tools.sh && InitializeDotNetCli true)
|
||||
|
||||
# TODO: Remove once runtime dependency is gone (https://github.com/dotnet/runtime/issues/93666)
|
||||
bash .dotnet/dotnet-install.sh --install-dir "$SCRIPT_ROOT/.dotnet" --version 8.0.0-preview.7.23375.6 --runtime dotnet
|
||||
bash .dotnet/dotnet-install.sh --install-dir "$SCRIPT_ROOT/.dotnet" --channel 8.0 --runtime dotnet
|
||||
fi
|
||||
|
||||
# Read the eng/Versions.props to get the archives to download and download them
|
||||
|
|
Loading…
Reference in a new issue