Skip to content

Commit b5548cb

Browse files
authored
Update build.yml
1 parent 2173690 commit b5548cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,17 @@ jobs:
4242
env:
4343
AppxBundle: Never
4444
Configuration: Release
45+
MSBuildDebugEngine: 1
4546
Platform: ${{ matrix.platform }}
4647
UapAppxPackageBuildMode: SideloadOnly
4748
UseTemporarySignCert: true
4849

50+
- uses: actions/upload-artifact@v4
51+
if: always()
52+
with:
53+
name: logs-${{ matrix.platform }}
54+
path: MSBuild_Logs
55+
4956
- uses: actions/upload-artifact@v4
5057
with:
5158
name: exe-${{ matrix.platform }}

0 commit comments

Comments
 (0)