Adding search to setapikey (#1059)

This commit is contained in:
Eddy Nakamura 2020-08-12 12:36:36 -03:00 committed by GitHub
parent 2f5d302447
commit ffb1bc68e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ jobs:
- name: Publish MyGet
run: |
nuget setApiKey ${{ secrets.MYGET_TOKEN }}
nuget setApiKey ${{ secrets.MYGET_TOKEN }} -Source https://www.myget.org/F/opentelemetry/api/v2/package
nuget push **/bin/**/*.nupkg -Source https://www.myget.org/F/opentelemetry/api/v2/package