Enable dotnet-watch test and remove prep.sh workaround (#15319)
This commit is contained in:
parent
a6d4473dff
commit
db9d5a33c9
4 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue