Skip to content

Commit 2bfe26c

Browse files
committed
Adding binlog [skip ci]
1 parent 5ef44ce commit 2bfe26c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/_build.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@ jobs:
3535
msbuild: 'true'
3636

3737
- name: 🏗️ Build
38-
run: msbuild ${{ env.PROJECT_PATH }} /p:Configuration=Release /v:m -restore /p:OutDir=\_built
38+
run: msbuild ${{ env.PROJECT_PATH }} /p:Configuration=Release /v:m -restore /p:OutDir=\_built -bl
39+
40+
- name: ⬆️ Upload artifact
41+
uses: actions/upload-artifact@v3
42+
with:
43+
name: msbuild.binlog
44+
path: src/msbuild.binlog
3945

4046
- name: ⬆️ Upload artifact
4147
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)