Skip to content

Commit

Permalink
[ci] Use Python 3 for signing tasks (#8367)
Browse files Browse the repository at this point in the history
Authenticode signing attempts started failing recently with:

    ERROR: 'xsign' is misspelled or not recognized by the system.

Updating to Python 3 is the suggested fix for this issue.
  • Loading branch information
pjcollins authored Sep 22, 2023
1 parent 02da532 commit 4fffbf6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ steps:
forceReinstallCredentialProvider: true
condition: ${{ parameters.condition }}

- task: UsePythonVersion@0
inputs:
versionSpec: 3.x

# ESRP signing requires minimum azure client version 2.8.0
- template: azure-tools/az-client-update.yml@yaml-templates
parameters:
Expand Down

0 comments on commit 4fffbf6

Please sign in to comment.