Skip to content

Commit

Permalink
disable publish single file as it makes incremental updates larger.
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 23, 2024
1 parent b7d0bbd commit 8ea6347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/FwLite/FwLiteDesktop/FwLiteDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
<!-- single file disabled as it's less efficient for updates-->
<PublishSingleFile>false</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishTrimmed>false</PublishTrimmed>
Expand Down
3 changes: 2 additions & 1 deletion backend/FwLite/LocalWebApp/LocalWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
<PublishSingleFile>true</PublishSingleFile>
<!-- single file disabled as it's less efficient for updates-->
<PublishSingleFile>false</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
Expand Down

0 comments on commit 8ea6347

Please sign in to comment.