Skip to content

Commit

Permalink
chore: upload package to myget in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Dec 17, 2024
1 parent dff18d6 commit bd85a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
files: test/TestLogger.UnitTests/coverage.opencover.xml
- name: Publish packages
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' }}
if: ${{ github.event_name == 'push' && matrix.os != 'windows-latest' }}
run: |
dotnet nuget push 'src/TestLogger/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json
dotnet nuget push 'src/Xunit.Xml.Package/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json
Expand Down

0 comments on commit bd85a92

Please sign in to comment.