We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce5e5b commit 1fa817fCopy full SHA for 1fa817f
1 file changed
.github/workflows/build.yml
@@ -173,13 +173,11 @@ jobs:
173
publish-myget:
174
needs: [ build, validate-packages ]
175
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'))
+ if: |
+ github.event.repository.fork == false &&
+ (github.ref_name == github.event.repository.default_branch ||
+ github.head_ref == 'dotnet-vnext' ||
+ startsWith(github.ref, 'refs/tags/v'))
183
184
environment:
185
name: MyGet.org
0 commit comments