dotnet-installer/eng/configure-toolset.sh
Jacques Eloff 3c87114e6d
Optional Workload: Finalizer (#10356)
MSI finalizer to remove optional workloads when uninstalling the SDK.
2021-05-04 20:55:39 -07:00

6 lines
No EOL
250 B
Bash

# SdkTests do not currently work with globally installed CLI as they use dotnet-install.ps1 to install more runtimes
useInstalledDotNetCli="false"
# Working around issue https://github.com/dotnet/arcade/issues/7327
DisableNativeToolsetInstalls=true