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 : ubuntu-latest
113113
114- # if: (github.event_name == 'push')
114+ if : (github.event_name == 'push')
115115
116116 steps :
117117 - name : Git Config
@@ -141,9 +141,9 @@ jobs:
141141 shell : pwsh
142142 run : ./ci-pack.ps1
143143
144- # - name: MyGet Publish
145- # shell: pwsh
146- # run: |
147- # nuget.exe push .\artifacts\*.nupkg ${{secrets.MYGET_TOKEN}} -Source https://www.myget.org/F/sixlabors/api/v2/package
148- # nuget.exe push .\artifacts\*.snupkg ${{secrets.MYGET_TOKEN}} -Source https://www.myget.org/F/sixlabors/api/v3/index.json
144+ - name : MyGet Publish
145+ shell : pwsh
146+ run : |
147+ nuget.exe push .\artifacts\*.nupkg ${{secrets.MYGET_TOKEN}} -Source https://www.myget.org/F/sixlabors/api/v2/package
148+ nuget.exe push .\artifacts\*.snupkg ${{secrets.MYGET_TOKEN}} -Source https://www.myget.org/F/sixlabors/api/v3/index.json
149149 # 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