ci: Update to use date as build number

This commit is contained in:
Zach Hilman 2019-09-22 17:23:47 -04:00
parent b67b5b356b
commit 86422c69ae
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: