mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-23 12:24:02 -07:00
ci: Add version counter variable
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
trigger:
|
||||
- master
|
||||
|
||||
variables:
|
||||
DisplayVersion: $[counter(variables['DisplayPrefix'], 1)]
|
||||
|
||||
stages:
|
||||
- stage: format
|
||||
displayName: 'format'
|
||||
@@ -28,3 +31,4 @@ stages:
|
||||
parameters:
|
||||
artifactSource: 'false'
|
||||
cache: $(parameters.cache)
|
||||
version: $(DisplayVersion)
|
||||
|
Reference in New Issue
Block a user