Skip to content

Commit e418448

Browse files
committed
Fix nuget task
1 parent 6c9f35a commit e418448

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.azure-pipelines/ci-build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ extends:
228228
- task: 1ES.PublishNuget@1
229229
displayName: 'NuGet push'
230230
inputs:
231-
useDotNetTask: true
232231
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Hidi.*.nupkg'
233232
packageParentPath: '$(Pipeline.Workspace)'
234233
nuGetFeedType: external
@@ -278,7 +277,6 @@ extends:
278277
- task: 1ES.PublishNuget@1
279278
displayName: 'NuGet push'
280279
inputs:
281-
useDotNetTask: true
282280
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.*.nupkg'
283281
packageParentPath: '$(Pipeline.Workspace)'
284282
nuGetFeedType: external
@@ -301,7 +299,6 @@ extends:
301299
- task: 1ES.PublishNuget@1
302300
displayName: 'NuGet push'
303301
inputs:
304-
useDotNetTask: true
305302
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Readers.*.nupkg'
306303
packageParentPath: '$(Pipeline.Workspace)'
307304
nuGetFeedType: external

0 commit comments

Comments
 (0)