Add runtime workaround

This commit is contained in:
MichaelSimons 2022-12-05 16:54:13 +00:00
parent f37e6042aa
commit 51a6dbc708

View file

@ -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