Skip to content

Commit 96dd75d

Browse files
committed
Set PublishSingleFile to false
1 parent 7241c71 commit 96dd75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet-releaser.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ configuration = "Release"
55
[msbuild.properties]
66
PublishReadyToRun = false # Disable PublishReadyToRun
77
PublishTrimmed = true
8-
PublishSingleFile = true
8+
PublishSingleFile = false
99
SelfContained = true
1010
UseAppHost = true
1111
[github]

0 commit comments

Comments
 (0)