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 e11670f commit e3bac06Copy full SHA for e3bac06
build/azure-pipeline.pre-release.yml
@@ -28,6 +28,7 @@ extends:
28
template: azure-pipelines/extension/pre-release.yml@templates
29
parameters:
30
l10nSourcePaths: ./src
31
+ standardizedVersioning: true
32
buildPlatforms:
33
- name: Linux
34
vsceTarget: ''
@@ -81,9 +82,6 @@ extends:
81
82
env:
83
VSCETARGET: ${{ variables.VSCETARGET }}
84
- - script: python ./build/update_ext_version.py --for-publishing
85
- displayName: Update build number
86
-
87
- script: npm run package
88
displayName: Build extension
89
0 commit comments