Skip to content

Commit

Permalink
Replaced obsolete NuGetAuthenticate@0 with NuGetAuthenticate@1 (#4800)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvpoienaru committed Dec 27, 2023
1 parent f33b3e4 commit 053d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ stages:
artifactName: VSSetupArtifacts
targetPath: '$(Build.SourcesDirectory)/artifacts/VSSetup/$(_BuildConfig)'

- task: NuGetAuthenticate@0
- task: NuGetAuthenticate@1
displayName: 'NuGet Authenticate to dotnet-tools and test-tools feeds'

- task: NuGetCommand@2
Expand Down

0 comments on commit 053d711

Please sign in to comment.