Skip to content

Onboard to v4 publishing#7692

Open
mmitche wants to merge 8 commits intomicrosoft:mainfrom
mmitche:dev/mmitche/arcade-v4-publishing
Open

Onboard to v4 publishing#7692
mmitche wants to merge 8 commits intomicrosoft:mainfrom
mmitche:dev/mmitche/arcade-v4-publishing

Conversation

@mmitche
Copy link
Copy Markdown
Member

@mmitche mmitche commented Apr 8, 2026

V4 publishing removes the use of logging commands to upload files for publishing, instead staging outputs and then using pipeline artifacts to upload them. This is more efficient and ensures that those files go through standard scanning procedures.

mmitche and others added 3 commits April 6, 2026 14:25
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 8, 2026 14:20
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

This PR updates the repo’s build/publishing configuration to move to Arcade “publishing v4”, which stages outputs and relies on pipeline artifacts instead of logging-command uploads (improving efficiency and compliance/scanning).

Changes:

  • Add eng/Publishing.props to set the repo’s publishing version to 4.
  • Update azure-pipelines.yml to remove enablePublishUsingPipelines (now handled via artifact publishing configuration).
  • Update azure-pipelines-official.yml to opt into publishing v4 (publishingVersion: 4) and configure post-build to use pipeline artifacts (publishingInfraVersion: 4), plus remove the symbol-server PAT variable group and related MSBuild properties.

Reviewed changes

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

File Description
eng/Publishing.props Introduces MSBuild property intended to declare publishing version 4.
azure-pipelines.yml Removes deprecated/unused enablePublishUsingPipelines flags from job template parameters.
azure-pipelines-official.yml Switches official pipeline configuration to publishing v4 and updates post-build template parameters accordingly.

@Youssef1313
Copy link
Copy Markdown
Member

##[error]Artifact Logs_Build_Windows_NT_Debug already exists for build 1370234.

@mmitche
Copy link
Copy Markdown
Member Author

mmitche commented Apr 8, 2026

Looks like it's been like that forever...looking into it. The other two windows legs are uploading under the same names.

Copilot AI review requested due to automatic review settings April 8, 2026 20:10
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

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

mmitche and others added 2 commits April 8, 2026 13:25
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 8, 2026 20:29
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

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

@mmitche
Copy link
Copy Markdown
Member Author

mmitche commented Apr 8, 2026

Fixed.

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