From cb9e0397a4bf3acb41d1a6e90c9e08ecb4eb3030 Mon Sep 17 00:00:00 2001 From: Shmueli Englard Date: Sat, 16 Dec 2023 21:12:47 -0800 Subject: [PATCH] Upload MSBuild binary log even on build failure --- .github/workflows/dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8c99146..d8d703c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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.