Do not reuse existing installation of .NET CLI in SB prep script (#17892)
This commit is contained in:
parent
f880dfdb0c
commit
461c776642
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ function BootstrapArtifacts {
|
||||||
# Check for the version of dotnet to install
|
# Check for the version of dotnet to install
|
||||||
if [ "$installDotnet" == true ]; then
|
if [ "$installDotnet" == true ]; then
|
||||||
echo " Installing dotnet..."
|
echo " Installing dotnet..."
|
||||||
|
use_installed_dotnet_cli=false
|
||||||
(source ./eng/common/tools.sh && InitializeDotNetCli true)
|
(source ./eng/common/tools.sh && InitializeDotNetCli true)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue