Skip to content

Move away from deprecated Arcade pipeline options#7663

Merged
Youssef1313 merged 5 commits intomainfrom
copilot/remove-deprecated-arcade-options
Apr 2, 2026
Merged

Move away from deprecated Arcade pipeline options#7663
Youssef1313 merged 5 commits intomainfrom
copilot/remove-deprecated-arcade-options

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

enablePublishBuildArtifacts and enablePublishBuildAssets are deprecated in Arcade's job template. Replace both with the unified artifacts parameter.

Changes

  • azure-pipelines.yml and azure-pipelines-official.yml: Remove deprecated parameters and replace with:
artifacts:
  publish:
    logs: true      # replaces enablePublishBuildArtifacts
    manifests: true # replaces enablePublishBuildAssets

See Arcade template schema for full reference.

Copilot AI linked an issue Apr 2, 2026 that may be closed by this pull request
…ts with artifacts parameter

Agent-Logs-Url: https://github.com/microsoft/testfx/sessions/a489a43e-fafb-4532-bbcb-4c32e0a27ff9

Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix deprecated Arcade options in build configuration Move away from deprecated Arcade pipeline options Apr 2, 2026
Copilot AI requested a review from Youssef1313 April 2, 2026 09:58
@Youssef1313 Youssef1313 marked this pull request as ready for review April 2, 2026 11:17
Copilot AI review requested due to automatic review settings April 2, 2026 11:17
@Youssef1313 Youssef1313 enabled auto-merge (squash) April 2, 2026 11:17
Copy link
Copy Markdown
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

Updates this repo’s Azure Pipelines definitions to align with the current .NET Arcade job template schema by replacing deprecated enablePublishBuildArtifacts / enablePublishBuildAssets flags with the unified artifacts parameter.

Changes:

  • Replaced deprecated Arcade template parameters with artifacts.publish.logs and artifacts.publish.manifests.
  • Removed explicit NuGet package PublishBuildArtifacts@1 steps from CI jobs (public pipeline).
  • Split WindowsSamples into a separate jobs.yml template invocation in azure-pipelines.yml.

Reviewed changes

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

File Description
azure-pipelines.yml Switches to artifacts schema, removes explicit package publishing tasks, and moves WindowsSamples into its own template invocation.
azure-pipelines-official.yml Switches to artifacts schema for official pipeline template invocation.

@Youssef1313 Youssef1313 merged commit cc183c7 into main Apr 2, 2026
15 checks passed
@Youssef1313 Youssef1313 deleted the copilot/remove-deprecated-arcade-options branch April 2, 2026 12:25
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.

Move away from deprecated Arcade options

4 participants