Skip to content

Commit

Permalink
- Workaround for .NET 7 trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Sep 19, 2022
1 parent 598f866 commit dfc1559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build_args: --no-self-contained
suffix: ""
- self-contained: self-contained
build_args: --self-contained -p:PublishTrimmed=true
build_args: --self-contained -p:PublishTrimmed=true -p:TrimMode=partial
suffix: "-self-contained"

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit dfc1559

Please sign in to comment.