We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ffc01 commit e2ba003Copy full SHA for e2ba003
.github/workflows/dotnet.yml
@@ -51,7 +51,7 @@ jobs:
51
run: ./update-coverage.sh
52
53
- name: Publish
54
- run: dotnet publish ${{ env.PROJECT }} -c Release -o ${{matrix.OUTPUTDIR}} --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:UseAppHost=true -r ${{matrix.RUNTIMEID}}
+ run: dotnet publish ${{ env.PROJECT }} -c Release -o ${{matrix.OUTPUTDIR}} --self-contained true -r ${{matrix.RUNTIMEID}}
55
working-directory: Source/${{ env.SOLUTION_DIR }}
56
57
- name: Delete PDB files (Windows)
0 commit comments