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 bf83ccb commit 264e220Copy full SHA for 264e220
.azure-pipelines/ci-build.yml
@@ -232,7 +232,7 @@ stages:
232
displayName: 'NuGet push'
233
inputs:
234
command: push
235
- packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.OData.Reader.*.nupkg'
+ packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.OData.*.nupkg'
236
nuGetFeedType: external
237
publishFeedCredentials: 'OpenAPI Nuget Connection'
238
0 commit comments