Add runtime workaround
This commit is contained in:
parent
f37e6042aa
commit
51a6dbc708
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ done < $SCRIPT_ROOT/packages/archive/archiveArtifacts.txt
|
|||
if [ "$installDotnet" == "true" ]; then
|
||||
echo " Installing dotnet..."
|
||||
(source ./eng/common/tools.sh && InitializeDotNetCli true)
|
||||
|
||||
# TODO: Remove once runtime dependency is gone
|
||||
bash .dotnet/dotnet-install.sh --install-dir "$SCRIPT_ROOT/.dotnet" --version 7.0.0 --runtime dotnet
|
||||
fi
|
||||
|
||||
# Build bootstrap, if specified
|
||||
|
|
Loading…
Add table
Reference in a new issue