Use common variables template
This commit is contained in:
Родитель
2c9495d6a3
Коммит
82d4c26834
|
@ -0,0 +1,6 @@
|
|||
variables:
|
||||
ProductMajorMinor: 0.9
|
||||
SigningBranch: master
|
||||
UnityVersion: 'Unity2019.1.10f1'
|
||||
ProductVersion.Patch: $[counter(variables['ProductMajorMinor'], 0)]
|
||||
ProductVersion: $(ProductMajorMinor).$(ProductVersion.Patch)
|
|
@ -8,11 +8,7 @@ trigger:
|
|||
- develop
|
||||
|
||||
variables:
|
||||
ProductMajorMinor: 0.1
|
||||
SigningBranch: master
|
||||
UnityVersion: 'Unity2019.1.10f1'
|
||||
ProductVersion.Patch: $[counter(variables['ProductMajorMinor'], 0)]
|
||||
ProductVersion: $(ProductMajorMinor).$(ProductVersion.Patch)
|
||||
- template: Templates/Variables.yaml
|
||||
|
||||
stages:
|
||||
- stage: Build_Source
|
||||
|
|
|
@ -7,9 +7,7 @@ trigger:
|
|||
- develop
|
||||
|
||||
variables:
|
||||
ProductMajorMinor: 0.1
|
||||
ProductVersion.Patch: $[counter(variables['ProductMajorMinor'], 0)]
|
||||
ProductVersion: $(ProductMajorMinor).$(ProductVersion.Patch)
|
||||
- template: Templates/Variables.yaml
|
||||
|
||||
stages:
|
||||
- stage: Build_Source
|
||||
|
|
Загрузка…
Ссылка в новой задаче