Commit 741e82a
Onboard to dotnet/arcade build system (#166)
* Onboard to dotnet/arcade build system
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>
* Remove orphaned GitInfo.txt
Versioning is now handled by Arcade SDK (eng/Versions.props).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Move to net10.0
* Auto-format source code
* Move to Arcade SDK 10 (.NET 10.0.1xx SDK channel)
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>
* Fix LICENSE to match Arcade SDK expected MIT format
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>
* Auto-format source code
* Fix AssemblyCopyright to Microsoft for Arcade signing validation
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>
* Auto-format source code
* Fix macOS build to use --ci flag for proper log/artifact output
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>
* Remove nuget.org
* Auto-format source code
* Set _SignType to test for initial onboarding
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>
* Auto-format source code
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: GitHub Actions Autoformatter <autoformat@example.com>1 parent 418db66 commit 741e82a
183 files changed
Lines changed: 13640 additions & 193 deletions
File tree
- .config/1espt
- Xamarin.MacDev
- Properties
- eng
- common
- BuildConfiguration
- core-templates
- jobs
- job
- post-build
- steps
- variables
- cross
- arm64/tizen
- armel/tizen
- arm/tizen
- riscv64/tizen
- x64/tizen
- x86/tizen
- internal
- loc
- native
- post-build
- sdl
- templates-official
- jobs
- job
- post-build
- steps
- variables
- templates
- jobs
- job
- post-build
- steps
- variables
- pipelines
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 2 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 1 | + | |
9 | 2 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| 20 | + | |
22 | 21 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
757 | | - | |
| 757 | + | |
758 | 758 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 1 | + | |
| 2 | + | |
25 | 3 | | |
26 | 4 | | |
27 | 5 | | |
28 | 6 | | |
29 | | - | |
30 | | - | |
31 | 7 | | |
32 | 8 | | |
33 | 9 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
38 | 14 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
0 commit comments