提交 f7cdea80 编写于 作者: J Jared Parsons

Respect -publish

上级 be33f250
......@@ -195,7 +195,11 @@ try {
New-Item -Force $sentinelFile -type file
Get-Process vbcscompiler -ErrorAction SilentlyContinue | Stop-Process
Exec-Block { & .\publish-assets.ps1 -binariesPath $configDir -branchName $branchName -apiKey $nugetApiKey -test:$(-not $official) }
if ($publish) {
Exec-Block { & .\publish-assets.ps1 -binariesPath $configDir -branchName $branchName -apiKey $nugetApiKey -test:$(-not $official) }
}
Exec-Block { & .\copy-insertion-items.ps1 -binariesPath $configDir -test:$(-not $official) }
exit 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册