Skip to content

Commit 6c3eb5e

Browse files
Re-add filters now we know Ubuntu works.
1 parent 6fde98b commit 6c3eb5e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)