Tools that provide common build infrastructure for multiple .NET Foundation projects.
Перейти к файлу
Epsitha Ananth 8a5d67b252
Merge branch 'dotnet:1ES-pipeline' into 1ES-pipeline
2024-03-14 16:22:06 -07:00
.config Update secret-manager to use newer azure auth libraries (#14007) 2023-09-01 14:13:41 -07:00
.github Create CODEOWNERS (#14362) 2024-01-16 11:32:57 -08:00
.vault-config Add pats requested for Roslyn perf bot support. (#14516) 2024-02-26 23:47:22 +00:00
Documentation Remove Vertical Build PoC switches (#14554) 2024-03-06 21:12:34 +00:00
eng test 2024-03-14 16:06:06 -07:00
scripts Add a set of utility functionality useful for CQBs (#14132) 2023-10-31 11:31:09 -07:00
src Replace ExcludeFSB property with ExcludeFromSourceOnlyBuild in Arcade's own build (#14564) 2024-03-08 17:18:15 +00:00
tests [main] Update dependencies from 6 repositories (#14453) 2024-02-06 16:45:45 +00:00
.editorconfig Enable license header validation for C# files (#14330) 2024-01-02 12:48:19 +01:00
.gitattributes Fix encoding of common loc lss file (#13992) 2023-08-22 19:56:57 +00:00
.gitignore Add support for mariner rootfs build scenarios (#12900) 2023-03-23 16:27:12 -07:00
Arcade.sln Delete the deprecated APICompat tooling from Arcade (#14328) 2024-01-04 17:22:00 +01:00
Build.cmd
CODE-OF-CONDUCT.md
CONTRIBUTING.md Remove mention of code of conduct (https://github.com/dotnet/org-policy/blob/main/doc/PR15.md) (#9625) 2022-06-09 18:07:14 +00:00
Directory.Build.props Update SDK to preview 1 release (#14485) 2024-02-15 07:35:11 +01:00
Directory.Build.targets Add support for JSON resources to Xliff tasks (#14391) 2024-01-26 11:34:56 -08:00
Directory.Packages.props [main] Update dependencies from 6 repositories (#14543) 2024-03-07 11:45:34 +00:00
LICENSE.TXT
NuGet.config Upgrade Arcade to .NET 9 SDK and TFM (#14279) 2023-12-13 22:39:14 +01:00
README.md Update the Maestro URL everywhere (#14246) 2023-11-30 14:29:58 +01:00
Restore.cmd
SECURITY.md
THIRD-PARTY-NOTICES.TXT Add fork of XUnit.Assert and make it AOT-compatible (#13241) 2023-04-26 21:03:48 +00:00
Test.cmd
azure-pipelines-code-mirror.yml Bump to Ubuntu 22.04 image in azure-pipelines-code-mirror.yml (#14286) 2023-12-13 17:21:10 +00:00
azure-pipelines-codeql.yml [main] Document where pipelines are enabled (#14207) 2023-11-07 16:51:09 -08:00
azure-pipelines-merge-mirror.yml Enable template variables for Azure DevOps in Arcade-based jobs, try 2 (#12125) 2023-01-09 08:30:13 -08:00
azure-pipelines-richnav.yml [main] Document where pipelines are enabled (#14207) 2023-11-07 16:51:09 -08:00
azure-pipelines-weekly.yaml use the internal pool for the weekly synchronization jobs (#13997) 2023-08-28 21:50:21 +00:00
azure-pipelines.yml [main] Document where pipelines are enabled (#14207) 2023-11-07 16:51:09 -08:00
build.sh
global.json [main] Update dependencies from dotnet/arcade, dotnet/source-build-externals, dotnet/source-build-reference-packages (#14580) 2024-03-13 15:28:27 +00:00
restore.sh
test.sh

README.md

Arcade

Overview

Arcade is intended to provide well-understood and consistent mechanisms for consuming, updating, and sharing infrastructure across the .NET Core team. For more details about Arcade, please see the Overview documentation.

Build & Test Status

Status of Arcade public CI builds: Build Status

Validation & Dependency Flow Status

Arcade validation policy and process

Current Version of Arcade in .NET Eng - Latest

Link to BARViz

Latest Version of Arcade Being Validated

Link to BARViz.

Build Statuses

Repo Name Current Build Status
Arcade Official Build Build Status
Arcade Validation Build Status

Status of Latest Version of Arcade Being Validated

Getting Started

Packages are published daily to our tools feed:

https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json

This feed is browsable from here:

https://dev.azure.com/dnceng/public/_packaging?_a=feed&feed=dotnet-eng

Source Code

git clone https://github.com/dotnet/arcade.git

How to use Arcade

Documentation, tutorials, and guides may be found in the Start Here index.

How to contribute

License

.NET Core (including the Arcade repo) is licensed under the MIT license.