summaryrefslogtreecommitdiffstats
path: root/.ci/templates/build-msvc.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-11-07 05:28:58 +0100
committerGitHub <noreply@github.com>2019-11-07 05:28:58 +0100
commitc414ebaa9ce33df9756828d94d752b78dcde70c1 (patch)
tree10488bbac4b961bfd4f121c2515b5cd19e9c1eb3 /.ci/templates/build-msvc.yml
parentMerge pull request #3077 from yuzu-emu/revert-3073-azure-rename-partial (diff)
parentci: Rename build folder only on non-mainline builds (diff)
downloadyuzu-c414ebaa9ce33df9756828d94d752b78dcde70c1.tar
yuzu-c414ebaa9ce33df9756828d94d752b78dcde70c1.tar.gz
yuzu-c414ebaa9ce33df9756828d94d752b78dcde70c1.tar.bz2
yuzu-c414ebaa9ce33df9756828d94d752b78dcde70c1.tar.lz
yuzu-c414ebaa9ce33df9756828d94d752b78dcde70c1.tar.xz
yuzu-c414ebaa9ce33df9756828d94d752b78dcde70c1.tar.zst
yuzu-c414ebaa9ce33df9756828d94d752b78dcde70c1.zip
Diffstat (limited to '')
-rw-r--r--.ci/templates/build-msvc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/templates/build-msvc.yml b/.ci/templates/build-msvc.yml
index b44a08247..52cebaee0 100644
--- a/.ci/templates/build-msvc.yml
+++ b/.ci/templates/build-msvc.yml
@@ -17,6 +17,7 @@ steps:
inputs:
targetType: 'filePath'
filePath: './.ci/scripts/windows/upload.ps1'
+ arguments: '$(BuildName)'
- publish: artifacts
artifact: 'yuzu-$(BuildName)-windows-msvc'
displayName: 'Upload Artifacts'