Skip to content

Upgrade to V4 arcade publishing#7606

Open
mmitche wants to merge 1 commit intodotnet:mainfrom
mmitche:dev/mmitche/arcade-v4-publishing
Open

Upgrade to V4 arcade publishing#7606
mmitche wants to merge 1 commit intodotnet:mainfrom
mmitche:dev/mmitche/arcade-v4-publishing

Conversation

@mmitche
Copy link
Copy Markdown
Member

@mmitche mmitche commented Apr 24, 2026

Upgrade to V4 Arcade Publishing

This PR migrates dotnet/machinelearning from Arcade V3 publishing to V4 publishing.

Changes

File Change
eng/Publishing.props <PublishingVersion>3</PublishingVersion><PublishingVersion>4</PublishingVersion>
build/vsts-ci.yml Removed enablePublishUsingPipelines: true from Package job
build/vsts-ci.yml Added enablePublishing: true and publishingVersion: 4 to Package job
build/vsts-ci.yml Removed /p:DotNetPublishUsingPipelines=$true from _InternalBuildArgs
build/vsts-ci.yml Removed /p:DotNetSymbolServerTokenMsdl and /p:DotNetSymbolServerTokenSymWeb from _InternalBuildArgs
build/vsts-ci.yml Added publishingVersion: 4 to publish-build-assets.yml parameters; removed publishUsingPipelines: true
build/vsts-ci.yml Changed publishingInfraVersion: 3publishingInfraVersion: 4 on post-build template

Validation tracking

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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

Migrates the ML.NET repository’s official build pipeline from Arcade V3 publishing to Arcade V4 publishing, aligning both MSBuild publishing properties and Azure DevOps template parameters with the newer publishing infrastructure.

Changes:

  • Bumped Arcade publishing version from 3 → 4 via eng/Publishing.props.
  • Updated the official Azure DevOps pipeline to opt into V4 publishing (enablePublishing: true, publishingVersion: 4) and removed V3-era publishing flags/args.
  • Switched post-build promotion to publishing infra v4 (publishingInfraVersion: 4) and updated publish-build-assets parameters accordingly.

Reviewed changes

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

File Description
eng/Publishing.props Updates the repo-wide publishing version property to 4.
build/vsts-ci.yml Updates official build/publishing configuration to Arcade publishing V4 and removes V3-specific flags/arguments.

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.

2 participants