Skip to content

Commit

Permalink
removed publish config from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Aug 19, 2024
1 parent 6bc2159 commit d706a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
run: dotnet build -c Release ./src --verbosity minimal

- name: Run tests
run: dotnet test -c Release ./src --verbosity normal --no-build --no-restore

- name: Publish
run: dotnet publish -c Release ./src --no-build --no-restore
run: dotnet test -c Release ./src --verbosity normal --no-build --no-restore
5 changes: 1 addition & 4 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
run: dotnet build -c Release ./src --verbosity minimal

- name: Run tests
run: dotnet test -c Release ./src --verbosity normal --no-build --no-restore

- name: Publish
run: dotnet publish -c Release ./src --no-build --no-restore
run: dotnet test -c Release ./src --verbosity normal --no-build --no-restore

0 comments on commit d706a05

Please sign in to comment.