Cherry-Pick: Add Missing Architecture Versions for Nuget Package (#3815) - #3818
Merged
Souvik Ghosh (souvikghosh04) merged 1 commit intoSep 21, 2026
Conversation
## Why make this change? - Solves issue #3811 ## What is this change? This change adds the missing `linux-arm64` and `osx-arm-64` versions to the RID (RuntimeIdentifier) in order to allow us to publish versions of the Nuget package that support those architectures. ## How was this tested? Tested by creating a local nupkg to ensure all of the architectures are built correctly. `dotnet restore .\src\Azure.DataApiBuilder.sln --force` `dotnet pack .\src\Cli\Cli.csproj` <img width="1461" height="677" alt="image" src="https://github.com/user-attachments/assets/dcc2391e-84d5-4b3b-9d3d-c0089eb08e09" /> <img width="997" height="322" alt="image" src="https://github.com/user-attachments/assets/038e5c06-ef9a-41c6-ae63-44dbb33cffba" />
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved issues were identified.
Pull request overview
Adds ARM64 runtime identifiers for Linux and macOS NuGet packages.
Changes:
- Adds
linux-arm64andosx-arm64targets to CLI packaging. - Synchronizes Service runtime identifiers.
File summaries
| File | Description |
|---|---|
src/Cli/Cli.csproj |
Adds ARM64 NuGet runtime targets. |
src/Service/Azure.DataApiBuilder.Service.csproj |
Keeps service runtime identifiers synchronized. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Aniruddh Munde (Aniruddh25)
approved these changes
Sep 17, 2026
Souvik Ghosh (souvikghosh04)
approved these changes
Sep 21, 2026
Souvik Ghosh (souvikghosh04)
deleted the
dev/rubencerna/cherry-pick-architecture-fix
branch
September 21, 2026 04:36
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.
Why make this change?
This cherry-picks the PR that fixes the issue that doesn't allow packages to be built in the proper architectures.
What is this change?
Cherry-picked PRs
How was this tested?
Existing tests in cherry-pick cover new changes.
Sample Request(s)
N/A