diff options
author | James Rowe <jroweboy@gmail.com> | 2019-09-23 02:14:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 02:14:08 +0200 |
commit | 2f5545f8de907d1e58b65d4f75b4403628d6a136 (patch) | |
tree | 27fcf6c5f21e1c28ef0887b1ca68cce4bbd770aa /.ci/templates/build-single.yml | |
parent | ci: Split mainline pipeline and add support for GitHub releases (#2900) (diff) | |
parent | ci: Correct GitHub Release name (diff) | |
download | yuzu-2f5545f8de907d1e58b65d4f75b4403628d6a136.tar yuzu-2f5545f8de907d1e58b65d4f75b4403628d6a136.tar.gz yuzu-2f5545f8de907d1e58b65d4f75b4403628d6a136.tar.bz2 yuzu-2f5545f8de907d1e58b65d4f75b4403628d6a136.tar.lz yuzu-2f5545f8de907d1e58b65d4f75b4403628d6a136.tar.xz yuzu-2f5545f8de907d1e58b65d4f75b4403628d6a136.tar.zst yuzu-2f5545f8de907d1e58b65d4f75b4403628d6a136.zip |
Diffstat (limited to '')
-rw-r--r-- | .ci/templates/build-single.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/templates/build-single.yml b/.ci/templates/build-single.yml index cd9d1df88..9bc27247e 100644 --- a/.ci/templates/build-single.yml +++ b/.ci/templates/build-single.yml @@ -3,6 +3,8 @@ parameters: cache: 'false' steps: +- script: export DATE=`date '+%Y.%m.%d'` && export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$DATE + displayName: 'Determine Build Name' - task: DockerInstaller@0 displayName: 'Prepare Environment' inputs: |