ci: Add version counter variable
This commit is contained in:
parent
0a662d009b
commit
d45ad75404
10 changed files with 26 additions and 7 deletions
|
|
@ -1,3 +1,6 @@
|
|||
parameters:
|
||||
version: ''
|
||||
|
||||
jobs:
|
||||
- job: build
|
||||
displayName: 'standard'
|
||||
|
|
@ -20,4 +23,5 @@ jobs:
|
|||
- template: ./build-single.yml
|
||||
parameters:
|
||||
artifactSource: 'false'
|
||||
cache: $(parameters.cache)
|
||||
cache: $(parameters.cache)
|
||||
version: $(parameters.version)
|
||||
Loading…
Add table
Add a link
Reference in a new issue