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 dcb9e1f commit fb69712Copy full SHA for fb69712
.github/workflows/dotnet.yml
@@ -44,13 +44,7 @@ jobs:
44
run: dotnet test
45
working-directory: Source/${{ env.SOLUTION_DIR }}
46
47
- - name: Publish (Linux)
48
- if: runner.os == 'Linux'
49
- run: dotnet publish ${{ env.PROJECT }} -c Release -o ${{matrix.OUTPUTDIR}} -r ${{matrix.RUNTIMEID}}
50
- working-directory: Source/${{ env.SOLUTION_DIR }}
51
-
52
- name: Publish (Windows)
53
- if: runner.os == 'Windows'
54
run: dotnet publish ${{ env.PROJECT }} -c Release -o ${{matrix.OUTPUTDIR}} -p:PublishReadyToRun=true --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:UseAppHost=true -r ${{matrix.RUNTIMEID}}
55
56
0 commit comments