Do not reuse existing installation of .NET CLI in SB prep script (#17892)

This commit is contained in:
Matt Thalman 2023-12-14 11:14:56 -06:00 committed by GitHub
parent f880dfdb0c
commit 461c776642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,6 +156,7 @@ function BootstrapArtifacts {
# Check for the version of dotnet to install
if [ "$installDotnet" == true ]; then
echo " Installing dotnet..."
use_installed_dotnet_cli=false
(source ./eng/common/tools.sh && InitializeDotNetCli true)
fi