Skip to content

Commit 64a3fba

Browse files
Use new MyGet source for packages and symbols
1 parent cd7384e commit 64a3fba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: MyGet Publish
145145
shell: pwsh
146146
run: |
147-
$source = "https://www.myget.org/F/sixlabors/api/v2/package"
148-
$symbolSource = "https://www.myget.org/F/sixlabors/api/v3/index.json"
149-
dotnet nuget push .\artifacts\*.nupkg -k ${{secrets.MYGET_TOKEN}} -sk ${{secrets.MYGET_TOKEN}} -s $source -ss $symbolSource
147+
$key = ${{secrets.MYGET_TOKEN}}
148+
$source = "https://www.myget.org/F/sixlabors/api/v3/index.json"
149+
dotnet nuget push .\artifacts\*.nupkg -k $key -sk $key -s $source -ss $source
150150
# 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)