Skip to content

Commit

Permalink
Publish pipeline with both target frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
akade authored Nov 27, 2022
1 parent 19d2c31 commit 88df7ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-to-nuget-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: publish
run: dotnet publish -c Release
run: dotnet test -c Release --no-build --verbosity normal
- name: upload
run: dotnet nuget push ./Akade.IndexedSet/bin/Release/Akade.IndexedSet.*.nupkg --source https://api.nuget.org/v3/index.json --api-key "$NUGET_KEY"
env:
Expand Down

0 comments on commit 88df7ab

Please # to comment.