3c87114e6d
MSI finalizer to remove optional workloads when uninstalling the SDK.
6 lines
235 B
PowerShell
6 lines
235 B
PowerShell
# SdkTests do not currently work with globally installed CLI as they use dotnet-install.ps1 to install more runtimes
|
|
|
|
$script:useInstalledDotNetCli = $false
|
|
|
|
# Add CMake to the path.
|
|
$env:PATH = "$PSScriptRoot\..\.tools\bin;$env:PATH"
|