Skip to content

Commit

Permalink
Change stages name (#2766)
Browse files Browse the repository at this point in the history
* Release pipeline for linux, mariner, mac and windows
  • Loading branch information
dphulkar-msft authored Jul 31, 2024
1 parent c0931a0 commit 067ac66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ stages:
displayName: 'Extract Files and Run Version and Help Command on Windows'
# TestArtifacts ends here

- stage: ReleaseArtifacts
- stage: ReleaseToContainer
dependsOn: TestArtifacts
condition: succeeded('TestArtifacts')
jobs:
Expand Down Expand Up @@ -1747,7 +1747,7 @@ stages:
fi
- ${{ if eq(parameters.post_release, true) }}:
- stage: ReleaseArtifacts
- stage: ReleaseToGithub
dependsOn: TestArtifacts
condition: succeeded('TestArtifacts')
jobs:
Expand Down

0 comments on commit 067ac66

Please sign in to comment.