Skip to content

Commit

Permalink
Merge pull request #279 from Sergio0694/user/sergiopedri/upload-binlog
Browse files Browse the repository at this point in the history
Upload binlog from CI
  • Loading branch information
Sergio0694 authored Nov 13, 2024
2 parents befa59d + 8ce50eb commit 663c0d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/managed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ jobs:
run: nuget restore src\BehaviorsSDKManaged\BehaviorsSDKManaged.sln

- name: Build BehaviorsSDKManaged.sln
run: msbuild src\BehaviorsSDKManaged\BehaviorsSDKManaged.sln /p:Configuration=Release
run: msbuild src\BehaviorsSDKManaged\BehaviorsSDKManaged.sln /p:Configuration=Release -v:diag /bl

- name: Upload MSBuild binary log
uses: actions/upload-artifact@v4
with:
name: msbuild_binlog_Release_x64
path: msbuild.binlog
if-no-files-found: error

0 comments on commit 663c0d1

Please sign in to comment.