From e54c06627c2f8ca72d45f1f0a02368bbbf5ebdd3 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Thu, 6 Aug 2026 16:25:01 -0700 Subject: [PATCH 1/2] Update releasing.md with BAR ID instructions Clarify instructions for finding BAR ID and promoting builds. --- documentation/general/dotnetup/releasing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/general/dotnetup/releasing.md b/documentation/general/dotnetup/releasing.md index 07809d2d1a40..2b338912db1a 100644 --- a/documentation/general/dotnetup/releasing.md +++ b/documentation/general/dotnetup/releasing.md @@ -19,6 +19,8 @@ run from the `release/dnup` branch. The build's tags include: BAR ID - ``` +If the build tags do not include a BAR ID, you can find it in at the end of the job `📤 Publish to BAR `. under the step `Publish Using Darc`. + Use that numeric Build Asset Registry (BAR) ID when promoting the build. Normal non-test runs of the official pipeline are PME-signed and have a `PME Signed` tag. Use the tag to confirm signing completed; do not promote a test build or a build without the tag. @@ -33,7 +35,7 @@ pipeline with these parameters: | --- | --- | | `BARBuildId` | The BAR ID from the selected build | | `PromoteToChannelIds` | `10506` (`dotnetup Daily`) | -| `ArtifactsPublishingAdditionalParameters` | `/p:BuildQuality=preview` | +| `ArtifactsPublishingAdditionalParameters` ( NOT `symbol` parameters ) | `/p:BuildQuality=preview` | Leave the remaining parameters at their defaults. The Maestro channel retains its historical `dotnetup Daily` name; `BuildQuality=preview` controls the quality segment in the generated From cbb6a787699d8e91c2d0d7e4fd49348da898b557 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Fri, 7 Aug 2026 10:09:16 -0700 Subject: [PATCH 2/2] fix phrasing on doc for publishing dnup preview Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- documentation/general/dotnetup/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/general/dotnetup/releasing.md b/documentation/general/dotnetup/releasing.md index 2b338912db1a..b242bbce7a6d 100644 --- a/documentation/general/dotnetup/releasing.md +++ b/documentation/general/dotnetup/releasing.md @@ -19,7 +19,7 @@ run from the `release/dnup` branch. The build's tags include: BAR ID - ``` -If the build tags do not include a BAR ID, you can find it in at the end of the job `📤 Publish to BAR `. under the step `Publish Using Darc`. +If the build tags do not include a BAR ID, you can find it at the end of the job `📤 Publish to BAR`, under the step `Publish Using Darc`. Use that numeric Build Asset Registry (BAR) ID when promoting the build. Normal non-test runs of the official pipeline are PME-signed and have a `PME Signed` tag. Use the tag to confirm