Skip to content

Commit

Permalink
Try to save /tmp/MSBuildTemprunner/ logs
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Jun 3, 2024
1 parent 20843c9 commit 96ccbec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ jobs:
all_platforms: ${{ contains(github.event.pull_request.labels.*.name, 'run-deep-tests') || contains(github.event.push.labels.*.name, 'run-deep-tests')}}
num_shards: 5

upload-msbuild-logs:
uses: actions/upload-artifact@v4
if: always()
with:
name: msbuildTempRunner
path: /tmp/MSBuildTemprunner/
retention-days: 90

test-coverage-analysis:
runs-on: ubuntu-20.04
# Don't include in run-deep-tests, because those tests run on
Expand Down

0 comments on commit 96ccbec

Please sign in to comment.