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 9d4bac9 commit 700c61cCopy full SHA for 700c61c
build.ps1
@@ -944,6 +944,7 @@ function Install-Redist($Arch) {
944
if ($ToBatch) { return }
945
946
$RedistInstallRoot = Get-RuntimeInstallRoot $Arch
947
+ if ($null -eq $RedistInstallRoot) { return }
948
949
Remove-Item -Force -Recurse $RedistInstallRoot -ErrorAction Ignore
950
Copy-Directory "$($Arch.SDKInstallRoot)\usr\bin" "$RedistInstallRoot\usr"
0 commit comments