Skip to content

Commit

Permalink
Update pre-release pipeline (#398)
Browse files Browse the repository at this point in the history
* Dont use update_ext_version in pre-release

* Add flag for standardizedVersioning
  • Loading branch information
paulacamargo25 authored Jul 22, 2024
1 parent e11670f commit e3bac06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extends:
template: azure-pipelines/extension/pre-release.yml@templates
parameters:
l10nSourcePaths: ./src
standardizedVersioning: true
buildPlatforms:
- name: Linux
vsceTarget: ''
Expand Down Expand Up @@ -81,9 +82,6 @@ extends:
env:
VSCETARGET: ${{ variables.VSCETARGET }}

- script: python ./build/update_ext_version.py --for-publishing
displayName: Update build number

- script: npm run package
displayName: Build extension

Expand Down

0 comments on commit e3bac06

Please sign in to comment.