Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call NuGetAuthenticate after SetupNuGetSources #55960

Merged
merged 1 commit into from
May 30, 2024

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented May 29, 2024

The new version of the powershell script will not place the creds in the nuget.config file, instead it will use standard environment variables. Update the YAML file to use NuGetAuthenticate to avoid a build break that may happen if the credential provider is not available.

{PR title}

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Summary of the changes (Less than 80 chars)

Description

{Detail}

Fixes #{bug number} (in this specific format)

The new version of the powershell script will not place the creds in the nuget.config file, instead it will use standard environment variables. Update the YAML file to use NuGetAuthenticate to avoid a build break that may happen if the credential provider is not available.
@mmitche mmitche requested review from wtgodbe and a team as code owners May 29, 2024 20:36
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label May 29, 2024
@mmitche mmitche enabled auto-merge (squash) May 29, 2024 20:46
@mmitche mmitche disabled auto-merge May 29, 2024 21:58
@mmitche mmitche enabled auto-merge (squash) May 29, 2024 21:58
@mmitche mmitche merged commit a9bb484 into dotnet:main May 30, 2024
23 of 26 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0-preview6 milestone May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants