diff options
Diffstat (limited to '')
| -rw-r--r-- | .ci/templates/build-single.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/templates/build-single.yml b/.ci/templates/build-single.yml index 44b709177..9bc27247e 100644 --- a/.ci/templates/build-single.yml +++ b/.ci/templates/build-single.yml | |||
| @@ -3,7 +3,8 @@ parameters: | |||
| 3 | cache: 'false' | 3 | cache: 'false' |
| 4 | 4 | ||
| 5 | steps: | 5 | steps: |
| 6 | - script: export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$(Date:yyyy.MM.dd) | 6 | - script: export DATE=`date '+%Y.%m.%d'` && export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$DATE |
| 7 | displayName: 'Determine Build Name' | ||
| 7 | - task: DockerInstaller@0 | 8 | - task: DockerInstaller@0 |
| 8 | displayName: 'Prepare Environment' | 9 | displayName: 'Prepare Environment' |
| 9 | inputs: | 10 | inputs: |