We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1635dbc commit d6dbe34Copy full SHA for d6dbe34
1 file changed
release-pipeline.yml
@@ -66,15 +66,14 @@ 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'
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