Skip to content

Commit 1fa817f

Browse files
Re-enable MyGet publishing
Re-enable publishing to MyGet.
1 parent 9ce5e5b commit 1fa817f

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,11 @@ jobs:
173173
publish-myget:
174174
needs: [ build, validate-packages ]
175175
runs-on: ubuntu-latest
176-
if: false
177-
# HACK Disabled until https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3368 is resolved
178-
#if: |
179-
# github.event.repository.fork == false &&
180-
# (github.ref_name == github.event.repository.default_branch ||
181-
# github.head_ref == 'dotnet-vnext' ||
182-
# startsWith(github.ref, 'refs/tags/v'))
176+
if: |
177+
github.event.repository.fork == false &&
178+
(github.ref_name == github.event.repository.default_branch ||
179+
github.head_ref == 'dotnet-vnext' ||
180+
startsWith(github.ref, 'refs/tags/v'))
183181
184182
environment:
185183
name: MyGet.org

0 commit comments

Comments
 (0)