Skip to content

Commit d6dbe34

Browse files
Swap to 1ES.PublishNuget
Co-authored-by: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com>
1 parent 1635dbc commit d6dbe34

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
@@ -66,15 +66,14 @@ extends:
6666
- download: microsoft_MSBuildLocator
6767
displayName: 'Download NuGet Package Artifact'
6868
artifact: pkg
69-
- task: NuGetCommand@2
69+
- task: 1ES.PublishNuget@1
7070
displayName: 'NuGet push'
7171
inputs:
7272
command: 'push'
7373
packagesToPush: '$(Pipeline.Workspace)/microsoft_MSBuildLocator/pkg/Microsoft.Build.Locator*.nupkg'
7474
nuGetFeedType: 'external'
7575
publishFeedCredentials: 'MSBuild-Locator'
7676
verbosityPush: 'Detailed'
77-
7877
- job: PublicNuGetRelease
7978
displayName: 'Public NuGet release'
8079
dependsOn: PushToNuGet

0 commit comments

Comments
 (0)