uncommenting myget push and adding comment (#1772)

* uncommenting myget push and adding comment

* renaming file

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
Eddy Nakamura 2021-02-01 22:52:34 -03:00 committed by GitHub
parent e438998ffc
commit a04b383d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
#################################################
################### IMPORTANT ###################
# DON'T RENAME THIS FILE UNLESS WE START
# RELEASING THE VERSION 2.*
################### IMPORTANT ###################
#################################################
name: Pack and publish to Myget
on:
@ -40,7 +47,7 @@ jobs:
name: ${{ matrix.os }}-packages
path: '**/bin/**/*.*nupkg'
# - name: Publish MyGet
# run: |
# 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
- name: Publish MyGet
run: |
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