Skip to content

Commit 461c776

Browse files
authored
Do not reuse existing installation of .NET CLI in SB prep script (#17892)
1 parent f880dfd commit 461c776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SourceBuild/content/prep.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ function BootstrapArtifacts {
156156
# Check for the version of dotnet to install
157157
if [ "$installDotnet" == true ]; then
158158
echo " Installing dotnet..."
159+
use_installed_dotnet_cli=false
159160
(source ./eng/common/tools.sh && InitializeDotNetCli true)
160161
fi
161162

0 commit comments

Comments
 (0)