Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .pipelines/PowerShell-Release-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ resources:
extends:
template: v2/OneBranch.Official.CrossPlat.yml@templates
parameters:
release:
release:
category: NonAzure
featureFlags:
WindowsHostVersion:
Expand Down Expand Up @@ -277,14 +277,14 @@ extends:

- stage: PublishGitHubRelease
displayName: Publish GitHub Release
dependsOn:
dependsOn:
- DownloadPackages
- UpdateChangeLog
variables:
ob_release_environment: Production
jobs:
- template: /.pipelines/templates/release-githubtasks.yml@self

- stage: PushGitTagAndMakeDraftPublic
displayName: Push Git Tag and Make Draft Public
dependsOn: PublishGitHubRelease
Expand All @@ -294,26 +294,26 @@ extends:
displayName: Push Git Tag
jobName: PushGitTag
instructions: |
Push the git tag to upstream
Push the git tag to upstream

- template: /.pipelines/templates/approvalJob.yml@self
parameters:
displayName: Make Draft Public
dependsOnJob: PushGitTag
jobName: DraftPublic
instructions: |
Make the GitHub Release Draft Public

- stage: BlobPublic
displayName: Make Blob Public
dependsOn:
dependsOn:
- UpdateChangeLog
- PushGitTagAndMakeDraftPublic
jobs:
- template: /.pipelines/templates/release-MakeBlobPublic.yml@self
parameters:
SkipPSInfraInstallers: ${{ parameters.SkipPSInfraInstallers }}
SkipPSInfraInstallers: ${{ parameters.SkipPSInfraInstallers }}

- stage: PublishNuGet
displayName: Publish NuGet
dependsOn: PushGitTagAndMakeDraftPublic
Expand Down Expand Up @@ -420,8 +420,8 @@ extends:

- stage: ChangesToMaster
displayName: Ensure changes are in GH master
dependsOn:
- PublishNuGet
dependsOn:
- PublishNuGet
- PublishPMC
jobs:
- template: /.pipelines/templates/approvalJob.yml@self
Expand Down Expand Up @@ -454,7 +454,7 @@ extends:

- stage: ReleaseClose
displayName: Finish Release
dependsOn:
dependsOn:
- ReleaseToMU
- ReleaseSymbols
- ReleaseSnap
Expand Down
Loading