We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1635dbc commit f060208Copy full SHA for f060208
1 file changed
release-pipeline.yml
@@ -66,15 +66,13 @@ extends:
66
- download: microsoft_MSBuildLocator
67
displayName: 'Download NuGet Package Artifact'
68
artifact: pkg
69
- - task: NuGetCommand@2
+ - task: 1ES.PublishNuget@1
70
displayName: 'NuGet push'
71
inputs:
72
- command: 'push'
+ packageParentPath: '$(Pipeline.Workspace)'
73
packagesToPush: '$(Pipeline.Workspace)/microsoft_MSBuildLocator/pkg/Microsoft.Build.Locator*.nupkg'
74
nuGetFeedType: 'external'
75
publishFeedCredentials: 'MSBuild-Locator'
76
- verbosityPush: 'Detailed'
77
-
78
- job: PublicNuGetRelease
79
displayName: 'Public NuGet release'
80
dependsOn: PushToNuGet
0 commit comments