Remove ZapDisable if statement from build.psm1 to prevent InvalidOperation error (#13350)

This commit is contained in:
jackerr3 2020-08-25 15:21:33 -06:00 committed by GitHub
parent 16f0b74187
commit 840884a4e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2009,10 +2009,6 @@ function Start-DevPowerShell {
{
Remove-Item env:DEVPATH
}
if ($ZapDisable) {
Remove-Item env:COMPLUS_ZapDisable
}
}
}