提交 bed3959c 编写于 作者: J Jared Parsons 提交者: GitHub

Merge pull request #15210 from jaredpar/fix-deploy

Don't deploy in correctness build
......@@ -42,7 +42,7 @@ try
$logPath = join-path $binariesPath "build.xml"
write-host "Building Roslyn.sln with logging support"
& msbuild /v:m /m /logger:StructuredLogger`,$structuredLoggerPath`;$logPath Roslyn.sln
& msbuild /v:m /m /logger:StructuredLogger`,$structuredLoggerPath`;$logPath /nodeReuse:false /p:DeployExtension=false Roslyn.sln
if (-not $?) {
exit 1
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册