Skip to content

Commit 4fffbf6

Browse files
authored
[ci] Use Python 3 for signing tasks (#8367)
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.
1 parent 02da532 commit 4fffbf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-tools/automation/yaml-templates/install-microbuild-tooling.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ steps:
99
forceReinstallCredentialProvider: true
1010
condition: ${{ parameters.condition }}
1111

12+
- task: UsePythonVersion@0
13+
inputs:
14+
versionSpec: 3.x
15+
1216
# ESRP signing requires minimum azure client version 2.8.0
1317
- template: azure-tools/az-client-update.yml@yaml-templates
1418
parameters:

0 commit comments

Comments
 (0)