Skip to content

Add NuGetAuthenticate task for authentication - #7688

Merged
ViktorHofer merged 1 commit into
mainfrom
ViktorHofer-patch-3
Jul 13, 2026
Merged

Add NuGetAuthenticate task for authentication#7688
ViktorHofer merged 1 commit into
mainfrom
ViktorHofer-patch-3

Conversation

@ViktorHofer

Copy link
Copy Markdown
Member

Added NuGetAuthenticate task for PAT-less authentication.

Added NuGetAuthenticate task for PAT-less authentication.
Copilot AI review requested due to automatic review settings July 13, 2026 09:48
@ViktorHofer
ViktorHofer requested review from a team as code owners July 13, 2026 09:48
@ViktorHofer
ViktorHofer merged commit 7e07d48 into main Jul 13, 2026
2 of 11 checks passed
@ViktorHofer
ViktorHofer deleted the ViktorHofer-patch-3 branch July 13, 2026 09:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the VMR build Azure Pipelines job template to enable PAT-less NuGet feed authentication by adding a NuGetAuthenticate@1 step after the internal feed setup logic.

Changes:

  • Added a NuGetAuthenticate@1 pipeline task after SetupNuGetSources.ps1 runs in internal builds, enabling credential-provider based authentication (PAT-less).
Show a summary per file
File Description
eng/pipelines/templates/jobs/vmr-build.yml Adds a NuGetAuthenticate step after internal feed configuration to support PAT-less package restore/auth.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment on lines +598 to +599
# Necessary for PAT-less authentication
- task: NuGetAuthenticate@1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants