![Jacques Eloff](/assets/img/avatar_default.png)
* Revert "Ensure copy latest runs on dotnet engine and not msbuild (#10766)" This reverts commitd1be03eb6c
. * Revert "Publish additional files in official CI build" This reverts commit2e0eea8da3
. * Revert "Create WASM installers for optional workloads (#10685)" This reverts commit7c79ce28bc
.
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"
|