Disable deploy during determinism check

上级 1f7f9ea3
......@@ -29,7 +29,7 @@ function Run-Build([string]$rootDir, [switch]$restore = $false, [string]$logFile
Restore-Project $dotnet "Roslyn.sln"
}
$args = "/nologo /v:m /nodeReuse:false /m /p:DebugDeterminism=true /p:BootstrapBuildPath=$script:bootstrapDir /p:Features=`"debug-determinism`" /p:UseRoslynAnalyzers=false Roslyn.sln"
$args = "/nologo /v:m /nodeReuse:false /m /p:DebugDeterminism=true /p:BootstrapBuildPath=$script:bootstrapDir /p:Features=`"debug-determinism`" /p:UseRoslynAnalyzers=false /p:DeployExtension=false Roslyn.sln"
if ($logFile -ne $null) {
$logFile = Join-Path $binariesDir $logFile
$args += " /bl:$logFile"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册