Skip to content

Commit

Permalink
making self contained smaller by sucking in native libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Mar 26, 2021
1 parent 8208774 commit a5bef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet build --no-restore

- name: Publish
run: dotnet publish --configuration Release --runtime ${{ matrix.runtime }} --output ./publish -p:PublishReadyToRun=true -p:PublishSingleFile=true --self-contained true -p:DebugType=None
run: dotnet publish --configuration Release --runtime ${{ matrix.runtime }} --output ./publish -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true --self-contained true -p:DebugType=None

- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a5bef17

Please sign in to comment.