Skip to content

Conversation

@paulmedynski
Copy link
Contributor

Added per-build MDS NuGet package version argument to AKV builds during Official pipeline test runs.

Copilot AI review requested due to automatic review settings June 27, 2025 18:30
@paulmedynski paulmedynski requested a review from a team as a code owner June 27, 2025 18:30
@paulmedynski paulmedynski added this to the 6.1-preview2 milestone Jun 27, 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 PR aims to fix Official build failures by adding a per-build MDS NuGet package version argument to the AKV build steps in the pipeline.

  • Updated the MSBuild arguments in the .NET Framework and .NET Core build steps to include the new TestMicrosoftDataSqlClientVersion parameter.
  • Ensured that the new argument is added consistently across both pipeline templates.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
eng/pipelines/common/templates/steps/build-and-run-tests-netfx-step.yml Added the TestMicrosoftDataSqlClientVersion parameter to the MSBuild arguments for .NET Framework builds.
eng/pipelines/common/templates/steps/build-and-run-tests-netcore-step.yml Added the TestMicrosoftDataSqlClientVersion parameter to the MSBuild arguments for .NET Core builds.
Comments suppressed due to low confidence (2)

eng/pipelines/common/templates/steps/build-and-run-tests-netfx-step.yml:58

  • Please update the related pipeline documentation or parameter configuration schema to include details about the new 'NugetPackageVersion' parameter to ensure clarity for future maintenance.
    msbuildArguments: '-p:Configuration=${{parameters.configuration }} -t:BuildAKVNetFx -p:ReferenceType=${{parameters.referenceType }} -p:TestMicrosoftDataSqlClientVersion=${{parameters.NugetPackageVersion }}'

eng/pipelines/common/templates/steps/build-and-run-tests-netcore-step.yml:58

  • Please update the pipeline documentation or parameter configuration to document the new 'NugetPackageVersion' parameter to ensure its proper usage in the build process.
    msbuildArguments: '-p:Configuration=${{parameters.configuration }} -t:BuildAKVNetCore -p:ReferenceType=${{parameters.referenceType }} -p:TestMicrosoftDataSqlClientVersion=${{parameters.NugetPackageVersion }}'

@paulmedynski paulmedynski merged commit df35633 into main Jun 27, 2025
4 of 129 checks passed
@paulmedynski paulmedynski deleted the dev/paul/build-akv branch June 27, 2025 18:41
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.

4 participants