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

Move symbol deployment after sign

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