Skip to content

Commit

Permalink
Merge pull request #7595 from dibarbet/dev/dibarbet/signing_debug
Browse files Browse the repository at this point in the history
install python to fix signing
  • Loading branch information
dibarbet authored Sep 23, 2024
2 parents a242323 + a8c65d5 commit 26cafe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
parameters:
versionNumberOverride: ${{ parameters.versionNumberOverride }}

- task: UsePythonVersion@0
displayName: 'Use Python 3.11'
inputs:
versionSpec: 3.11

# If we're in an official build, install the signing plugin
- ${{ if eq(parameters.isOfficial, true) }}:
- task: MicroBuildSigningPlugin@4
Expand Down

0 comments on commit 26cafe1

Please sign in to comment.