Skip to content

Upgrade to V4 arcade publishing - #7606

Merged
matouskozak merged 3 commits into
dotnet:mainfrom
mmitche:dev/mmitche/arcade-v4-publishing
Sep 10, 2026
Merged

Upgrade to V4 arcade publishing#7606
matouskozak merged 3 commits into
dotnet:mainfrom
mmitche:dev/mmitche/arcade-v4-publishing

Conversation

@mmitche

@mmitche mmitche commented Apr 24, 2026

Copy link
Copy Markdown
Member

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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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.

@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.89%. Comparing base (2fc13ba) to head (9177358).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7606   +/-   ##
=======================================
  Coverage   69.88%   69.89%           
=======================================
  Files        1487     1487           
  Lines      276253   276253           
  Branches    28291    28291           
=======================================
+ Hits       193053   193077   +24     
+ Misses      75710    75686   -24     
  Partials     7490     7490           
Flag Coverage Δ
Debug 69.89% <ø> (+<0.01%) ⬆️
production 64.07% <ø> (+0.01%) ⬆️
test 89.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Removed post-build template from CI configuration.
@matouskozak
matouskozak self-requested a review September 10, 2026 10:05
@matouskozak
matouskozak merged commit dc1b814 into dotnet:main Sep 10, 2026
27 checks passed
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