Enable V4 publishing for Windows_NT official job#16674
Merged
akoeplinger merged 2 commits intodotnet:mainfrom Apr 3, 2026
Merged
Enable V4 publishing for Windows_NT official job#16674akoeplinger merged 2 commits intodotnet:mainfrom
akoeplinger merged 2 commits intodotnet:mainfrom
Conversation
Official builds still use publishingVersion: 4 and expect the phase pipeline artifact to be available for Darc promotion. Opt the official jobs back into V4 artifact publishing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Only the Windows_NT official build needs the V4 artifact publishing opt-in for Darc promotion. Move the setting from the shared official job parameters to that specific job. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
akoeplinger
approved these changes
Apr 3, 2026
Copilot AI
pushed a commit
that referenced
this pull request
Apr 7, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com>
14 tasks
mmitche
added a commit
to mmitche/arcade
that referenced
this pull request
Apr 8, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com> (cherry picked from commit 1ad1384)
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.
Summary
This restores V4 artifact publishing for the
Windows_NTofficial build job.A recent change made V4 publishing opt-in via
enablePublishing, which unintentionally stopped the official Arcade build from uploading theWindows_NT_Artifactspipeline artifact. The post-build Darc promotion still expects that artifact, so official publishing failed even though the build itself succeeded.This change keeps the new opt-in behavior, but enables it only for the Windows job that actually produces the artifacts consumed by promotion.
Why this is scoped to one job
Only
Windows_NTneeds to publish the V4 pipeline artifact for the official Arcade flow. Enabling it at the job level keeps the opt-in narrow and preserves the intent of the original change.Validation
29423492942368wasArtifact 'Windows_NT_Artifacts' not found in build 2942349enablePublishing: trueonly onWindows_NT