[net11.0] Fix PublishBuildAssets.proj path for newer Arcade SDK#25260
Merged
rolfbjarne merged 1 commit intonet11.0from Apr 28, 2026
Merged
[net11.0] Fix PublishBuildAssets.proj path for newer Arcade SDK#25260rolfbjarne merged 1 commit intonet11.0from
rolfbjarne merged 1 commit intonet11.0from
Conversation
Arcade SDK 11.0.0-beta.26215.121 moved PublishBuildAssets.proj from tools/SdkTasks/ to toolset/. Update the path in common.csproj to match the new layout. See dotnet/arcade#16753. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the BAR (Build Asset Registry) manifest publishing logic to use the new PublishBuildAssets.proj location introduced in newer Arcade SDK 11.x, unblocking the CI “generate and publish BAR manifest” step.
Changes:
- Switch BAR manifest MSBuild invocations from
tools/SdkTasks/PublishBuildAssets.projtotoolset/PublishBuildAssets.proj. - Apply the path fix consistently to both the
Restoreinvocation and the subsequent publishing invocation.
Collaborator
✅ [CI Build #e2be0b3] Build passed (Build packages) ✅Pipeline on Agent |
Collaborator
✅ [CI Build #e2be0b3] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Collaborator
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
Collaborator
✅ [CI Build #e2be0b3] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
rolfbjarne
approved these changes
Apr 28, 2026
Member
|
Merging; any test failures are unrelated since this fix is for signing. |
rolfbjarne
added a commit
that referenced
this pull request
Apr 28, 2026
…h for newer Arcade SDK (#25269) Arcade SDK `11.0.0-beta.26215.121` moved `PublishBuildAssets.proj` from `tools/SdkTasks/` to `toolset/` (see dotnet/arcade#16753). This caused the "generate and publish BAR manifest" CI step to fail with: ``` error MSB3202: The project file "...\packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26215.121\tools\SdkTasks\PublishBuildAssets.proj" was not found. ``` Fixes: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=13945090 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Backport of #25260. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Arcade SDK
11.0.0-beta.26215.121movedPublishBuildAssets.projfromtools/SdkTasks/totoolset/(see dotnet/arcade#16753). This caused the "generate and publish BAR manifest" CI step to fail with:Fixes: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=13945090