summaryrefslogtreecommitdiffstats
path: root/.ci/templates/build-single.yml
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-09-22 23:23:47 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-22 23:23:47 +0200
commit851c5d67ae21d2a985f19a6bdb46282fed4f95c5 (patch)
tree4f0d6ff58af7e2278b5f4c1043cf7f97bf369ab0 /.ci/templates/build-single.yml
parentcmake: Add SCM detection for Azure (diff)
downloadyuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.gz
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.bz2
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.lz
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.xz
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.zst
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.zip
Diffstat (limited to '')
-rw-r--r--.ci/templates/build-single.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/templates/build-single.yml b/.ci/templates/build-single.yml
index cd9d1df88..44b709177 100644
--- a/.ci/templates/build-single.yml
+++ b/.ci/templates/build-single.yml
@@ -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: