[release/11.0.1xx-preview4] [net11.0] Fix PublishBuildAssets.proj path for newer Arcade SDK#25269
Merged
rolfbjarne merged 1 commit intorelease/11.0.1xx-preview4from Apr 28, 2026
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 manifest publishing target to reference the new PublishBuildAssets.proj location introduced in newer Microsoft.DotNet.Arcade.Sdk 11.x packages, fixing CI failures during the “generate and publish BAR manifest” step.
Changes:
- Switch MSBuild
Projects=path fromtools\SdkTasks\PublishBuildAssets.projtotoolset\PublishBuildAssets.projfor Arcade SDK 11.x. - Apply the updated path consistently to both MSBuild invocations in the BAR publishing target.
PureWeen
approved these changes
Apr 28, 2026
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Member
Author
|
Merging, this PR affects signing only, so any test failures are unrelated. |
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 causedthe "generate and publish BAR manifest" CI step to fail with:
Fixes:
https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=13945090
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
Backport of #25260.