Skip to content

[net11.0] Fix PublishBuildAssets.proj path for newer Arcade SDK#25260

Merged
rolfbjarne merged 1 commit intonet11.0from
jonathanpeppers/fix-publish-build-assets-path
Apr 28, 2026
Merged

[net11.0] Fix PublishBuildAssets.proj path for newer Arcade SDK#25260
rolfbjarne merged 1 commit intonet11.0from
jonathanpeppers/fix-publish-build-assets-path

Conversation

@jonathanpeppers
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

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 27, 2026 20:38
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 (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.proj to toolset/PublishBuildAssets.proj.
  • Apply the path fix consistently to both the Restore invocation and the subsequent publishing invocation.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ [CI Build #e2be0b3] Build passed (Build packages) ✅

Pipeline on Agent
Hash: e2be0b38644bbaf4d33a0a897b02d0ebfa5dedb7 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ [CI Build #e2be0b3] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: e2be0b38644bbaf4d33a0a897b02d0ebfa5dedb7 [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: e2be0b38644bbaf4d33a0a897b02d0ebfa5dedb7 [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ [CI Build #e2be0b3] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: e2be0b38644bbaf4d33a0a897b02d0ebfa5dedb7 [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@rolfbjarne
Copy link
Copy Markdown
Member

Merging; any test failures are unrelated since this fix is for signing.

@rolfbjarne rolfbjarne merged commit 9b9bd28 into net11.0 Apr 28, 2026
19 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants