mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
~ azure-pipelines.yml: changed base patch version to 0 (prepare for upcoming release branches)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user