Skip to content

Commit

Permalink
Merge pull request #1680 from microsoft/mk/fix-nuget-task
Browse files Browse the repository at this point in the history
Fix nuget task
  • Loading branch information
MaggieKimani1 authored May 28, 2024
2 parents 6c9f35a + e418448 commit d212f85
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 d212f85

Please sign in to comment.