We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3da48 commit a8c65d5Copy full SHA for a8c65d5
azure-pipelines/build.yml
@@ -29,9 +29,9 @@ jobs:
29
versionNumberOverride: ${{ parameters.versionNumberOverride }}
30
31
- task: UsePythonVersion@0
32
- displayName: 'Use Python 3.11.x'
+ displayName: 'Use Python 3.11'
33
inputs:
34
- versionSpec: 3.11.x
+ versionSpec: 3.11
35
36
# If we're in an official build, install the signing plugin
37
- ${{ if eq(parameters.isOfficial, true) }}:
@@ -56,7 +56,6 @@ jobs:
56
displayName: 'Build VSIXs'
57
env:
58
SignType: $(signType)
59
- XSIGN_ARGS: --debug
60
61
62
- script: gulp signVsix
0 commit comments