Skip to content

Commit 35666c0

Browse files
Update NuGet push task in release pipeline
1 parent 98e509d commit 35666c0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

release-pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ extends:
6969
- task: 1ES.PublishNuget@1
7070
displayName: 'NuGet push'
7171
inputs:
72-
command: 'push'
72+
packageParentPath: '$(Build.ArtifactStagingDirectory)'
7373
packagesToPush: '$(Pipeline.Workspace)/microsoft_MSBuildLocator/pkg/Microsoft.Build.Locator*.nupkg'
7474
nuGetFeedType: 'external'
7575
publishFeedCredentials: 'MSBuild-Locator'
76-
verbosityPush: 'Detailed'

0 commit comments

Comments
 (0)