We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f880dfd commit 461c776Copy full SHA for 461c776
src/SourceBuild/content/prep.sh
@@ -156,6 +156,7 @@ function BootstrapArtifacts {
156
# Check for the version of dotnet to install
157
if [ "$installDotnet" == true ]; then
158
echo " Installing dotnet..."
159
+ use_installed_dotnet_cli=false
160
(source ./eng/common/tools.sh && InitializeDotNetCli true)
161
fi
162
0 commit comments