Skip to content

Commit

Permalink
Fix stage dependencies and typo in release build (PowerShell#19353)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan authored and daxian-dbw committed Apr 7, 2023
1 parent 1aadb22 commit e1aca8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tools/releaseBuild/azureDevOps/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@ stages:
- template: templates/windows-package-signing.yml

- template: templates/mac-package-signing.yml
parameters:
buildArchitecture: x64
parameters:
buildArchitecture: x64

- template: templates/mac-package-signing.yml
parameters:
buildArchitecture: arm64
parameters:
buildArchitecture: arm64

# This is done late so that we dont use resources before the big signing and packaging tasks.
- stage: compliance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ parameters:
jobs:
- job: MacPackageSigningJob_${{ parameters.buildArchitecture }}
displayName: macOS Package signing ${{ parameters.buildArchitecture }}
dependsOn: package_macOS_${{ parameters.buildArchitecture }}
condition: succeeded()
pool:
name: PowerShell1ES
Expand Down

0 comments on commit e1aca8f

Please sign in to comment.