Skip to content

Commit 9972b7c

Browse files
Update winui-build-test.yml
1 parent 22200b5 commit 9972b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/winui-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build WinUI3Crash.csproj -c Release -r win-x64
2626

2727
- name: Publish
28-
run: dotnet publish WinUI3Crash.csproj -c Release -r win-x64 -p:Platform=x64 --no-self-contained
28+
run: dotnet publish WinUI3Crash.csproj -c Release -r win-x64 -p:Platform=x64 --self-contained true -p:PublishTrimmed=false -p:PublishReadyToRun=false
2929

3030
- name: List publish directory (for debugging)
3131
run: |

0 commit comments

Comments
 (0)