Skip to content

Commit 795fffe

Browse files
committed
Combine publishing stages in release publisher
1 parent 83dc0bb commit 795fffe

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

azure-pipelines.release-publish.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ extends:
4747
os: windows
4848

4949
stages:
50-
- stage: Stage_1
50+
- stage: Publish
5151
displayName: Publish tarball
5252
jobs:
53-
- job: Job_1
54-
displayName: Agent job
53+
- job: npm
54+
displayName: Publish tarball
5555
condition: succeeded()
5656
timeoutInMinutes: 0
5757
templateContext:
@@ -83,12 +83,8 @@ extends:
8383
customEndpoint: Typescript NPM
8484
publishEndpoint: Typescript NPM
8585

86-
- stage: Stage_2
87-
displayName: Publish git tag
88-
dependsOn: Stage_1
89-
jobs:
90-
- job: Job_1
91-
displayName: Agent job
86+
- job: github
87+
displayName: Publish git tag
9288
condition: succeeded()
9389
timeoutInMinutes: 0
9490
templateContext:

0 commit comments

Comments
 (0)