Skip to content

Commit 8492fb4

Browse files
Always pack so we can test without merging
1 parent 55d2769 commit 8492fb4

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: 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

0 commit comments

Comments
 (0)