We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39c693 commit 6cd1797Copy full SHA for 6cd1797
1 file changed
.github/workflows/build-release.yml
@@ -36,7 +36,7 @@ jobs:
36
--configuration $env:Configuration `
37
--output $env:OutputDir `
38
--runtime win-x86 `
39
- --self-contained false `
+ --self-contained true `
40
/p:PublishSingleFile=true `
41
/p:IncludeNativeLibrariesForSelfExtract=true
42
0 commit comments