Skip to content

[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
dev/rolf/backport-pr-25260-release/11.0.1xx-preview4-2026-04-28
Apr 28, 2026
Merged

[release/11.0.1xx-preview4] [net11.0] Fix PublishBuildAssets.proj path for newer Arcade SDK#25269
rolfbjarne merged 1 commit intorelease/11.0.1xx-preview4from
dev/rolf/backport-pr-25260-release/11.0.1xx-preview4-2026-04-28

Conversation

@rolfbjarne
Copy link
Copy Markdown
Member

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.

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>
Copilot AI review requested due to automatic review settings April 28, 2026 09:11
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

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 from tools\SdkTasks\PublishBuildAssets.proj to toolset\PublishBuildAssets.proj for Arcade SDK 11.x.
  • Apply the updated path consistently to both MSBuild invocations in the BAR publishing target.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@rolfbjarne
Copy link
Copy Markdown
Member Author

Merging, this PR affects signing only, so any test failures are unrelated.

@rolfbjarne rolfbjarne merged commit 16dad20 into release/11.0.1xx-preview4 Apr 28, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants