Skip to content

Commit fb69712

Browse files
committed
no need to have seperate build commands
1 parent dcb9e1f commit fb69712

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,7 @@ jobs:
4444
run: dotnet test
4545
working-directory: Source/${{ env.SOLUTION_DIR }}
4646

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-
5247
- name: Publish (Windows)
53-
if: runner.os == 'Windows'
5448
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}}
5549
working-directory: Source/${{ env.SOLUTION_DIR }}
5650

0 commit comments

Comments
 (0)