Skip to content

Conversation

@vidai-msft
Copy link
Contributor

@vidai-msft vidai-msft commented Dec 15, 2025

Description

This pull request introduces a small update to the Azure Pipelines configuration by adding a NuGet authentication task. This ensures that any subsequent steps requiring access to private NuGet feeds will have the necessary credentials available.

  • Added the NuGetAuthenticate@1 task to the .azure-pipelines/sync-aliases.yml pipeline, which configures authentication for NuGet operations.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings December 15, 2025 03:20
@azure-client-tools-bot-prd
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

dolauli
dolauli previously approved these changes Dec 15, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request modifies the YamlDotNet NuGet package installation in the sync-aliases.yml Azure Pipeline to use a local package source instead of the default NuGet feed. The change aims to improve build reproducibility and control over package versions by consuming YamlDotNet from a local repository location (./tools/LocalPackages) rather than from the public NuGet feed. The local package source contains YamlDotNet version 16.3.0.

Key changes:

  • Registers a local NuGet package source pointing to ./tools/LocalPackages
  • Modifies package installation to use the local source instead of the default feed
  • Removes the RequiredVersion parameter and retryCountOnTaskFailure task setting

@github-actions
Copy link

‼️ DO NOT MERGE THIS PR ‼️
This PR was labeled "Do Not Merge" because it contains code change that cannot be merged. Please contact the reviewer for more information.

Copilot AI review requested due to automatic review settings December 18, 2025 08:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

@vidai-msft vidai-msft changed the title Update YamlDotNet installation to use local package source Update YamlDotNet installation to use CFS Dec 18, 2025
@Azure Azure deleted a comment from Copilot AI Dec 18, 2025
@dolauli dolauli enabled auto-merge (squash) December 18, 2025 09:04
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