Merged
Conversation
Add Arcade SDK infrastructure for official builds with signing, publishing, and dependency flow via darc/maestro. Changes: - Add global.json with Arcade SDK 11.0.0-beta.26173.2 - Add NuGet.config with dnceng feeds - Update Directory.Build.props/targets with Arcade SDK imports - Add eng/Versions.props for centralized version management - Add eng/Version.Details.xml for dependency tracking - Add eng/Publishing.props, Signing.props, SignCheckExclusionsFile.txt - Add eng/common/ shared build scripts from dotnet/arcade - Add eng/pipelines/official.yml (1ES official build pipeline) - Add .config/1espt/PipelineAutobaseliningConfig.yml for SDL - Update azure-pipelines.yaml to use Arcade templates for public CI - Centralize NuGet package versions in eng/Versions.props - Remove MicroBuild.Core, SourceLink, GitInfo (Arcade handles these) - Fix solution Release configuration mapping for Xamarin.MacDev - Add eng/setup-darc.sh for dependency flow configuration Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
rolfbjarne
reviewed
Mar 25, 2026
Versioning is now handled by Arcade SDK (eng/Versions.props). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update from Arcade SDK 11 to 10.0.0-beta.26174.121 via darc update-dependencies --channel '.NET 10.0.1xx SDK'. - global.json: .NET SDK 10.0.104, Arcade SDK 10.0.0-beta.26174.121 - eng/Version.Details.xml: URI now points to dotnet/dotnet (VMR) - eng/common/: updated to matching Arcade SDK 10 scripts - eng/Versions.props: removed Arcade SDK 11-specific versions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Remove 'Xamarin SDK' header — Arcade's RepositoryValidation.proj compares LICENSE against its MIT template line-by-line. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Arcade's Sign.proj (SIGN004) checks AssemblyCopyright to determine if a DLL is first-party or third-party. 'Xamarin Inc.' was being flagged as 3rd-party, blocking signing with the Microsoft certificate. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The macOS job was missing --ci, which enables binary logging and creates artifacts/log/. Without it the Publish Logs step fails because the directory doesn't exist. cibuild.sh passes --ci automatically; build.sh needs it explicitly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
c3a807b to
361bfa2
Compare
Real signing requires ESRP service connection approval. Use test signing until the pipeline is fully authorized. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
Ok seems it s working internal too |
rolfbjarne
approved these changes
Mar 27, 2026
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.
Summary
Onboard macios-devtools onto the dotnet/arcade build system, enabling shared tooling for versioning, signing, packaging, publishing, and dependency flow via darc/maestro.
Changes
New Files
global.json— .NET 11 SDK + Arcade SDK 11.0.0-beta.26173.2NuGet.config— dnceng feeds (dotnet-public, dotnet-tools, dotnet-eng, dotnet10)eng/Versions.props— Centralized version management (1.0.0-preview.1)eng/Version.Details.xml— Arcade SDK dependency tracking for darc/maestroeng/Publishing.props— V3 publishing configurationeng/Signing.props— ESRP/MicroBuild signing with .NET certificateeng/SignCheckExclusionsFile.txt— Post-build SignCheck validation exclusionseng/common/— Shared build scripts from dotnet/arcadeeng/pipelines/official.yml— 1ES official build pipeline (signing + publishing).config/1espt/PipelineAutobaseliningConfig.yml— SDL auto-baseliningeng/setup-darc.sh— Dependency flow setup scriptModified Files
Directory.Build.props— Added Arcade SDK import, shipping/license metadata, NU1507 suppressionDirectory.Build.targets— Replaced GitInfo versioning with Arcade SDK import + WiX workaroundXamarin.MacDev.csproj— Removed MicroBuild.Core, SourceLink, custom signing target; centralized versionstests/tests.csproj— Added IsPackable=false/IsShipping=false; centralized versionsXamarin.MacDev.sln— Fixed Release configuration mapping (was mapped to Debug)azure-pipelines.yaml— Updated to use Arcade templates for public CI.gitignore— Added artifacts/ and .packages/Build Verification
Remaining Manual Steps
After merge:
dotnet-macios-devtoolsatdev.azure.com/dnceng/internaldotnet-mirroringrepo addingdnceng-subscriptions.jsoncentrydotnet/macios-devtools/macios-devtools-ci) and dnceng/internal (dotnet/macios-devtools/macios-devtools-official)./eng/setup-darc.shto configure arcade subscriptions