Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ jobs:
- script: |
python3 --version
python3 eng/versioning/set_versions.py --update-type all --build-type client --build-qualifier dev.$(Build.BuildNumber) --artifact-id ${{artifact.name}}
python3 eng/versioning/set_versions.py --update-type all --build-type data --build-qualifier dev.$(Build.BuildNumber) --artifact-id ${{artifact.name}}
condition: eq(variables['SetDevVersion'],'true')
displayName: Append dev package version suffix for ${{artifact.name}}

- script: |
python3 --version
python3 eng/versioning/update_versions.py --update-type all --build-type client
python3 eng/versioning/update_versions.py --update-type all --build-type data
condition: eq(variables['SetDevVersion'],'true')
displayName: Apply version settings to repository

Expand Down Expand Up @@ -238,6 +240,7 @@ jobs:
artifact: reports

- job: 'Test'
condition: ne(variables['Skip.Test'], 'true')

variables:
- template: ../variables/globals.yml
Expand Down