Skip to content

Commit bd85a92

Browse files
authored
chore: upload package to myget in ci
1 parent dff18d6 commit bd85a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
files: test/TestLogger.UnitTests/coverage.opencover.xml
8686
- name: Publish packages
87-
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' }}
87+
if: ${{ github.event_name == 'push' && matrix.os != 'windows-latest' }}
8888
run: |
8989
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
9090
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

Comments
 (0)