This commit is contained in:
Ashu Tatake 2019-12-04 13:09:59 -08:00
Родитель 2c9495d6a3
Коммит 82d4c26834
3 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

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