Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn authored Nov 23, 2023
1 parent 51c78d5 commit 3cd2791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Restore dependencies
run: dotnet restore src/Zen.sln
- name: Build
run: dotnet build --no-restore src/Zen.sln
run: dotnet build --no-restore src/Zen.sln --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal src/Zen.sln
- name: Publish the package to GPR
run: dotnet nuget push src/Zen.Desktop.Host/bin/Release/*.nupkg -k oy2iw7ndvgisjg5hnkhqrrkpa5kver6ezg4frg3oujwb2a
run: dotnet nuget push src/Zen.Desktop.Host/bin/Release/*.nupkg -k oy2iw7ndvgisjg5hnkhqrrkpa5kver6ezg4frg3oujwb2a -s https://api.nuget.org/v3/index.json

0 comments on commit 3cd2791

Please sign in to comment.