Enable dotnet-watch test and remove prep.sh workaround (#15319)

This commit is contained in:
Michael Simons 2023-01-23 15:58:59 -06:00 committed by GitHub
parent a6d4473dff
commit db9d5a33c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 6 deletions

View file

@ -108,9 +108,6 @@ fi
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