File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ jobs:
144144 - name : MyGet Publish
145145 shell : pwsh
146146 run : |
147- $source = "https://www.myget.org/F/sixlabors/api/v3/index.json"
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
147+ dotnet nuget push .\artifacts\*.nupkg -k ${{secrets.MYGET_TOKEN}} -s https://www.myget.org/F/sixlabors/api/v2/package
148+ dotnet nuget push .\artifacts\*.snupkg -k ${{secrets.MYGET_TOKEN}} -s https://www.myget.org/F/sixlabors/api/v3/index.json
150149 # TODO: If github.ref starts with 'refs/tags' then it was tag push and we can optionally push out package to nuget.org
You can’t perform that action at this time.
0 commit comments