File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 runs-on : windows-latest
113113
114- if : (github.event_name == 'push')
114+ # if: (github.event_name == 'push')
115115
116116 steps :
117117 - name : Git Config
@@ -133,9 +133,9 @@ jobs:
133133 shell : pwsh
134134 run : ./ci-pack.ps1
135135
136- - name : MyGet Publish
137- shell : pwsh
138- run : |
139- nuget.exe push .\artifacts\*.nupkg ${{secrets.MYGET_TOKEN}} -Source https://www.myget.org/F/sixlabors/api/v2/package
140- nuget.exe push .\artifacts\*.snupkg ${{secrets.MYGET_TOKEN}} -Source https://www.myget.org/F/sixlabors/api/v3/index.json
136+ # - name: MyGet Publish
137+ # shell: pwsh
138+ # run: |
139+ # nuget.exe push .\artifacts\*.nupkg ${{secrets.MYGET_TOKEN}} -Source https://www.myget.org/F/sixlabors/api/v2/package
140+ # nuget.exe push .\artifacts\*.snupkg ${{secrets.MYGET_TOKEN}} -Source https://www.myget.org/F/sixlabors/api/v3/index.json
141141 # 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