We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599fe2f commit 948109fCopy full SHA for 948109f
.github/workflows/build-release.yml
@@ -36,7 +36,7 @@ jobs:
36
--runtime $env:Runtime `
37
--self-contained true `
38
--output $env:OutputDir `
39
- /p:PublishSingleFile=false `
+ /p:PublishSingleFile=true `
40
/p:IncludeNativeLibrariesForSelfExtract=true `
41
/p:EnableCompressionInSingleFile=false
42
shell: pwsh
0 commit comments