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.