CI: Release automation fixes (#44200)

* Change bucket

(cherry picked from commit f7b85c5dd9)

* Make publish-packages depend on publish-artifacts pipeline

(cherry picked from commit 1c91e84f17)

* Change bucket for windows .msi installers

(cherry picked from commit 5ce49e48df)
This commit is contained in:
Dimitris Sotirakis
2022-01-19 15:12:57 +02:00
committed by GitHub
parent d4d306d825
commit 46280848d8
3 changed files with 27 additions and 16 deletions

View File

@@ -417,7 +417,7 @@ def publish_packages_pipeline():
]
return [pipeline(
name='publish-packages', trigger=trigger, steps=steps, edition="all"
name='publish-packages', trigger=trigger, steps=steps, edition="all", depends_on=['publish-artifacts-public']
)]
def publish_npm_pipelines(mode):