Skip to content

Commit a8c65d5

Browse files
committed
don't specify patch version
1 parent 4c3da48 commit a8c65d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
versionNumberOverride: ${{ parameters.versionNumberOverride }}
3030

3131
- task: UsePythonVersion@0
32-
displayName: 'Use Python 3.11.x'
32+
displayName: 'Use Python 3.11'
3333
inputs:
34-
versionSpec: 3.11.x
34+
versionSpec: 3.11
3535

3636
# If we're in an official build, install the signing plugin
3737
- ${{ if eq(parameters.isOfficial, true) }}:
@@ -56,7 +56,6 @@ jobs:
5656
displayName: 'Build VSIXs'
5757
env:
5858
SignType: $(signType)
59-
XSIGN_ARGS: --debug
6059
6160
- ${{ if eq(parameters.isOfficial, true) }}:
6261
- script: gulp signVsix

0 commit comments

Comments
 (0)