This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2019-09-22 20:01:29 +00:00
|
|
|
steps:
|
|
|
|
- script: mkdir artifacts || echo 'X' > artifacts/T1.txt
|
|
|
|
- publish: artifacts
|
2019-10-08 23:51:24 +00:00
|
|
|
artifact: 'yuzu-$(BuildName)-mock'
|
2019-09-22 20:01:29 +00:00
|
|
|
displayName: 'Upload Artifacts'
|