Skip to content

Commit

Permalink
don't specify patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Sep 23, 2024
1 parent 4c3da48 commit a8c65d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
versionNumberOverride: ${{ parameters.versionNumberOverride }}

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

# If we're in an official build, install the signing plugin
- ${{ if eq(parameters.isOfficial, true) }}:
Expand All @@ -56,7 +56,6 @@ jobs:
displayName: 'Build VSIXs'
env:
SignType: $(signType)
XSIGN_ARGS: --debug
- ${{ if eq(parameters.isOfficial, true) }}:
- script: gulp signVsix
Expand Down

0 comments on commit a8c65d5

Please sign in to comment.