Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orochasamuel authored Sep 15, 2023
1 parent 47a2143 commit 6eea2f4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release -o out
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Nuget
run: |
cd out
dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source ${{ secrets.NUGET_SERVER }} --skip-duplicate

0 comments on commit 6eea2f4

Please sign in to comment.