We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff18d6 commit bd85a92Copy full SHA for bd85a92
.github/workflows/dotnet.yml
@@ -84,7 +84,7 @@ jobs:
84
with:
85
files: test/TestLogger.UnitTests/coverage.opencover.xml
86
- name: Publish packages
87
- if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' }}
+ if: ${{ github.event_name == 'push' && matrix.os != 'windows-latest' }}
88
run: |
89
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
90
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
0 commit comments