Skip to content
代码片段 群组 项目
未验证 提交 4cbbecc6 编辑于 作者: github-actions[bot]'s avatar github-actions[bot] 提交者: GitHub
浏览文件

[release/6.0] Ensure _Dumps artifacts aren't empty


- backport of #36419
- avoid yellow builds due to `PublishBuildArtifacts@1` warnings
- always include a small file

Co-authored-by: default avatarDoug Bunting <6431421+dougbu@users.noreply.github.com>
上级 f69c3e63
No related branches found
No related tags found
无相关合并请求
......@@ -273,7 +273,9 @@ jobs:
condition: always()
continueOnError: true
inputs:
contents: '*.core'
contents: |
'*.core'
restore.sh
sourceFolder: $(System.DefaultWorkingDirectory)
targetFolder: artifacts/dumps/
- task: PublishBuildArtifacts@1
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册