diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-09-22 22:01:29 +0200 |
---|---|---|
committer | Flame Sage <chris062689@gmail.com> | 2019-09-22 22:01:29 +0200 |
commit | cc3db2aa43ee617ed5086976e0354c72feba713c (patch) | |
tree | 4e61181ceb6784282cb034cf5231d9b259ce6e1d /.ci/templates/build-mock.yml | |
parent | Merge pull request #2683 from DarkLordZach/lock-exit (diff) | |
download | yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.gz yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.bz2 yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.lz yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.xz yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.zst yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.zip |
Diffstat (limited to '.ci/templates/build-mock.yml')
-rw-r--r-- | .ci/templates/build-mock.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.ci/templates/build-mock.yml b/.ci/templates/build-mock.yml new file mode 100644 index 000000000..e7aba93de --- /dev/null +++ b/.ci/templates/build-mock.yml @@ -0,0 +1,5 @@ +steps: + - script: mkdir artifacts || echo 'X' > artifacts/T1.txt + - publish: artifacts + artifact: 'yuzu-$(BuildName)-$(BuildSuffix)' + displayName: 'Upload Artifacts'
\ No newline at end of file |