提交 964ec494 编写于 作者: J Jared Parsons

Move symbol deployment after sign

上级 708982ad
......@@ -183,16 +183,16 @@ function Build-Artifacts() {
if ($pack) {
Build-NuGetPackages
if ($cibuild -or $official) {
Build-DeployToSymStore
}
}
if ($sign) {
Run-SignTool
}
if ($pack -and ($cibuild -or $official)) {
Build-DeployToSymStore
}
if ($buildAll) {
Build-InsertionItems
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册