diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-09-22 23:23:47 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-22 23:23:47 +0200 |
commit | 851c5d67ae21d2a985f19a6bdb46282fed4f95c5 (patch) | |
tree | 4f0d6ff58af7e2278b5f4c1043cf7f97bf369ab0 /.ci/templates | |
parent | cmake: Add SCM detection for Azure (diff) | |
download | yuzu-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 '.ci/templates')
-rw-r--r-- | .ci/templates/build-single.yml | 1 | ||||
-rw-r--r-- | .ci/templates/release-github.yml | 2 |
2 files changed, 2 insertions, 1 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: diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml index 39fd47f1c..92913f30b 100644 --- a/.ci/templates/release-github.yml +++ b/.ci/templates/release-github.yml @@ -3,7 +3,7 @@ steps: - task: GitHubRelease@0 inputs: action: 'create' - title: 'yuzu $(BuildName) #$(Build.BuildId)' + title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)' assets: '$(Build.ArtifactStagingDirectory)/*' gitHubConnection: $(GitHubReleaseConnectionName) repositoryName: '$(Build.Repository.Name)' |