Skip to content

Commit 264e220

Browse files
committed
- fixes matching pattern after changing package name
Signed-off-by: Vincent Biret <[email protected]>
1 parent bf83ccb commit 264e220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ stages:
232232
displayName: 'NuGet push'
233233
inputs:
234234
command: push
235-
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.OData.Reader.*.nupkg'
235+
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.OData.*.nupkg'
236236
nuGetFeedType: external
237237
publishFeedCredentials: 'OpenAPI Nuget Connection'
238238

0 commit comments

Comments
 (0)