Skip to content

Commit

Permalink
Upload MSBuild binary log even on build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Dec 17, 2023
1 parent 3245581 commit cb9e039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
name: msbuild_log_${{matrix.configuration}}
path: msbuild.binlog
if-no-files-found: error
if: always()

# Build the only in Release to generate all the NuGet packages.
# This workflow also uploads the resulting packages as artifacts.
Expand Down

0 comments on commit cb9e039

Please sign in to comment.