ci: Add version counter variable

This commit is contained in:
Zach Hilman
2019-10-05 00:09:11 -04:00
parent 0a662d009b
commit d45ad75404
10 changed files with 26 additions and 7 deletions

View File

@@ -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)