提交 2dd8ac7f 编写于 作者: J Jared Parsons

Kill process while investigating shutdown bug

上级 c962a68d
......@@ -91,8 +91,6 @@ try
popd
& $buildDir\VBCSCompiler.exe -shutdown
if (-not $allGood) {
exit 1
}
......@@ -104,3 +102,8 @@ catch
write-host "Error: $($_.Exception.Message)"
exit 1
}
finally
{
gps VBCSCompiler -ErrorAction SilentlyContinue | kill
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册