Generate binary log only when requested

上级 c67aa41e
......@@ -585,7 +585,9 @@ function Run-SignTool() {
try {
$signTool = Join-Path (Get-PackageDir "RoslynTools.SignTool") "tools\SignTool.exe"
$signToolArgs = "-msbuildPath `"$msbuild`""
$signToolArgs += " -msbuildBinaryLog $logsDir\Signing.binlog"
if ($binaryLog) {
$signToolArgs += " -msbuildBinaryLog $logsDir\Signing.binlog"
}
switch ($signType) {
"real" { break; }
"test" { $signToolArgs += " -testSign"; break; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册