Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest authored Aug 15, 2024
1 parent 3909972 commit 9648cbb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
9.0.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
Expand All @@ -48,11 +49,15 @@ jobs:
3.1.x
5.0.x
6.0.x
8.0.x
9.0.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore -p:NoWarn=CS1591
- name: Test Again
run: dotnet test -c Release --no-build --no-restore --verbosity normal
- name: Pack
run: dotnet pack -o publishOutput -c Release --no-restore --no-build --verbosity normal
# Runs a set of commands using the runners shell
Expand Down

0 comments on commit 9648cbb

Please sign in to comment.