Skip to content

Commit

Permalink
Ensure binlog is uploaded in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Feb 15, 2025
1 parent ee3311f commit 8cf74d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ jobs:
run: msbuild src/vs-bicep/BicepInVisualStudio.sln /restore /p:Configuration=Release /v:m /bl:./src/binlog/bicep_in_visual_studio_build.binlog

- name: Upload BicepInVisualStudio.sln build binlog
if: always()
uses: actions/upload-artifact@v4
with:
name: build-binlog-files
Expand Down

0 comments on commit 8cf74d3

Please sign in to comment.