We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e509d commit 35666c0Copy full SHA for 35666c0
1 file changed
release-pipeline.yml
@@ -69,8 +69,7 @@ extends:
69
- task: 1ES.PublishNuget@1
70
displayName: 'NuGet push'
71
inputs:
72
- command: 'push'
+ packageParentPath: '$(Build.ArtifactStagingDirectory)'
73
packagesToPush: '$(Pipeline.Workspace)/microsoft_MSBuildLocator/pkg/Microsoft.Build.Locator*.nupkg'
74
nuGetFeedType: 'external'
75
publishFeedCredentials: 'MSBuild-Locator'
76
- verbosityPush: 'Detailed'
0 commit comments