Skip to content

Commit 841be27

Browse files
jaredthirskclaude
andcommitted
Fix framework-dependent build compression error
- Remove EnableCompressionInSingleFile from framework-dependent builds - Compression is only supported for self-contained builds in .NET 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dffa8dc commit 841be27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
--no-self-contained `
5151
--output artifacts/framework-dependent `
5252
-p:PublishSingleFile=true `
53-
-p:IncludeNativeLibrariesForSelfExtract=true `
54-
-p:EnableCompressionInSingleFile=true
53+
-p:IncludeNativeLibrariesForSelfExtract=true
5554
5655
# 2. Self-contained single file
5756
Write-Host "Building self-contained single-file executable..."

0 commit comments

Comments
 (0)