Skip to content

Commit

Permalink
Adding binlog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Jul 14, 2023
1 parent 5ef44ce commit 2bfe26c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ jobs:
msbuild: 'true'

- name: 🏗️ Build
run: msbuild ${{ env.PROJECT_PATH }} /p:Configuration=Release /v:m -restore /p:OutDir=\_built
run: msbuild ${{ env.PROJECT_PATH }} /p:Configuration=Release /v:m -restore /p:OutDir=\_built -bl

- name: ⬆️ Upload artifact
uses: actions/upload-artifact@v3
with:
name: msbuild.binlog
path: src/msbuild.binlog

- name: ⬆️ Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2bfe26c

Please sign in to comment.