ci: Update to use date as build number

This commit is contained in:
Zach Hilman
2019-09-22 17:23:47 -04:00
parent 14248685af
commit 851c5d67ae
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ parameters:
cache: 'false'
steps:
- script: export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$(Date:yyyy.MM.dd)
- task: DockerInstaller@0
displayName: 'Prepare Environment'
inputs: