Skip to content

Commit 516cfed

Browse files
Use separate commands
1 parent 46ce0aa commit 516cfed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,6 @@ jobs:
145145
shell: pwsh
146146
run: |
147147
$source = "https://www.myget.org/F/sixlabors/api/v3/index.json"
148-
dotnet nuget push .\artifacts\*.nupkg -k ${{secrets.MYGET_TOKEN}} -sk ${{secrets.MYGET_TOKEN}} -s $source -ss $source
148+
dotnet nuget push .\artifacts\*.nupkg -n -k ${{secrets.MYGET_TOKEN}} -sk ${{secrets.MYGET_TOKEN}} -s $source -ss $source
149+
dotnet nuget push .\artifacts\*.snupkg -k ${{secrets.MYGET_TOKEN}} -sk ${{secrets.MYGET_TOKEN}} -s $source -ss $source
149150
# TODO: If github.ref starts with 'refs/tags' then it was tag push and we can optionally push out package to nuget.org

0 commit comments

Comments
 (0)