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 4c0b287 commit 0fab2d5Copy full SHA for 0fab2d5
1 file changed
.github/workflows/build.yml
@@ -163,11 +163,13 @@ jobs:
163
publish-myget:
164
needs: [ build, validate-packages ]
165
runs-on: ubuntu-latest
166
- if: |
167
- github.event.repository.fork == false &&
168
- (github.ref_name == github.event.repository.default_branch ||
169
- github.head_ref == 'dotnet-vnext' ||
170
- startsWith(github.ref, 'refs/tags/v'))
+ if: false
+ # HACK Disabled until https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3368 is resolved
+ #if: |
+ # github.event.repository.fork == false &&
+ # (github.ref_name == github.event.repository.default_branch ||
171
+ # github.head_ref == 'dotnet-vnext' ||
172
+ # startsWith(github.ref, 'refs/tags/v'))
173
174
environment:
175
name: MyGet.org
0 commit comments