mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-14 08:23:06 +00:00
5 lines
163 B
YAML
5 lines
163 B
YAML
steps:
|
|
- script: mkdir artifacts || echo 'X' > artifacts/T1.txt
|
|
- publish: artifacts
|
|
artifact: 'yuzu-$(BuildName)-mock'
|
|
displayName: 'Upload Artifacts' |