Skip to content

Commit

Permalink
job identification.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 15, 2024
1 parent 740f759 commit 8cdcfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ extends:
dependsOn: build
jobs:
- ${{ each config in parameters.buildConfigs }}:
- job: sign
displayName: Sign
- job: sign_${{ replace(config.runtime,'-', '_') }}
displayName: Signing ${{ config.runtime }}
pool:
name: Azure-Pipelines-1ESPT-ExDShared
# This step has to run on Windows because ESRPClient.exe is currently only available for that platform.
Expand Down

0 comments on commit 8cdcfcb

Please sign in to comment.