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 and jonathanpeppers committed Sep 22, 2023
1 parent 6678e02 commit a652e2f
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 a652e2f

Please sign in to comment.