~ azure-pipelines.yml: changed base patch version to 0 (prepare for upcoming release branches)

This commit is contained in:
Michael Auer
2020-10-19 10:44:14 +02:00
parent c7968177e8
commit 6bee9ac8c0

View File

@@ -13,7 +13,7 @@ variables:
- name: 'Minor'
value: '1'
- name: 'Patch'
value: "$[counter(format('{0}.{1}', variables['Major'], variables['Minor']),400)]"
value: "$[counter(format('{0}.{1}', variables['Major'], variables['Minor']),0)]"
jobs:
- job: cibuild_fast