Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade to V4 Arcade Publishing
This PR migrates dotnet/machinelearning from Arcade V3 publishing to V4 publishing.
Changes
eng/Publishing.props<PublishingVersion>3</PublishingVersion>→<PublishingVersion>4</PublishingVersion>build/vsts-ci.ymlenablePublishUsingPipelines: truefrom Package jobbuild/vsts-ci.ymlenablePublishing: trueandpublishingVersion: 4to Package jobbuild/vsts-ci.yml/p:DotNetPublishUsingPipelines=$truefrom_InternalBuildArgsbuild/vsts-ci.yml/p:DotNetSymbolServerTokenMsdland/p:DotNetSymbolServerTokenSymWebfrom_InternalBuildArgsbuild/vsts-ci.ymlpublishingVersion: 4topublish-build-assets.ymlparameters; removedpublishUsingPipelines: truebuild/vsts-ci.ymlpublishingInfraVersion: 3→publishingInfraVersion: 4on post-build templateValidation tracking