Skip to content

Commit

Permalink
Fix nuget task
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieKimani1 committed May 28, 2024
1 parent 6c9f35a commit e418448
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ extends:
- task: 1ES.PublishNuget@1
displayName: 'NuGet push'
inputs:
useDotNetTask: true
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Hidi.*.nupkg'
packageParentPath: '$(Pipeline.Workspace)'
nuGetFeedType: external
Expand Down Expand Up @@ -278,7 +277,6 @@ extends:
- task: 1ES.PublishNuget@1
displayName: 'NuGet push'
inputs:
useDotNetTask: true
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.*.nupkg'
packageParentPath: '$(Pipeline.Workspace)'
nuGetFeedType: external
Expand All @@ -301,7 +299,6 @@ extends:
- task: 1ES.PublishNuget@1
displayName: 'NuGet push'
inputs:
useDotNetTask: true
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Readers.*.nupkg'
packageParentPath: '$(Pipeline.Workspace)'
nuGetFeedType: external
Expand Down

0 comments on commit e418448

Please # to comment.