Skip to content

Commit f060208

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

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

release-pipeline.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,13 @@ 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:
72-
command: 'push'
72+
packageParentPath: '$(Pipeline.Workspace)'
7373
packagesToPush: '$(Pipeline.Workspace)/microsoft_MSBuildLocator/pkg/Microsoft.Build.Locator*.nupkg'
7474
nuGetFeedType: 'external'
7575
publishFeedCredentials: 'MSBuild-Locator'
76-
verbosityPush: 'Detailed'
77-
7876
- job: PublicNuGetRelease
7977
displayName: 'Public NuGet release'
8078
dependsOn: PushToNuGet

0 commit comments

Comments
 (0)