Tools that provide common build infrastructure for multiple .NET Foundation projects.
Перейти к файлу
waddlesplash c04d415968
build-rootfs: Use Haiku package repository tool rather than HDS API (#15091)
2024-09-17 16:14:50 +00:00
.config [main] Update dependencies from dotnet/arcade, dotnet/arcade-services, dotnet/dnceng, dotnet/templating (#15057) 2024-09-09 15:03:38 +00:00
.github Add --empty=keep to backport command (#15028) 2024-08-29 14:10:32 +02:00
.vault-config SymUploader removal stage 2: Use symbolrequest workflow to promote to internal/external symbol servers (#15055) 2024-09-13 20:21:21 +00:00
Documentation Add note about AzDO PAT being option in `Darc.md` (#15044) 2024-09-13 11:02:33 +02:00
eng build-rootfs: Use Haiku package repository tool rather than HDS API (#15091) 2024-09-17 16:14:50 +00:00
scripts Remove installer from create-preview-flow.ps1 (#14788) 2024-05-28 18:10:17 +02:00
src Fixup conditional for _ImportOrUseTooling (#15089) 2024-09-17 08:16:40 -07:00
tests Update EOL versions in `main` (#14615) 2024-04-10 14:32:46 -07: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 SymUploader removal stage 1: Remove usage of symuploader in Feed task (#15012) 2024-08-29 12:56:29 -07:00
Build.cmd Bootstrapper improvements. (#1423) 2018-12-09 19:11:06 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct (#5198) 2020-04-03 06:39:58 -07:00
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 Enable NuGet Audit (#15018) 2024-08-26 15:45:41 +00:00
Directory.Build.targets Remove SwaggerGenerator.MSBuild PackageReference dependency from Helix.Client and Versions.props (#14732) 2024-04-23 16:12:47 +02:00
Directory.Packages.props [main] Update dependencies from 6 repositories (#15027) 2024-09-06 07:22:50 -07:00
LICENSE.TXT Add License and Headers (#66) 2018-03-16 09:23:45 -07:00
NuGet.config [main] Update dependencies from 6 repositories (#15027) 2024-09-06 07:22:50 -07:00
README.md Update the Maestro URL everywhere (#14246) 2023-11-30 14:29:58 +01:00
Restore.cmd Bootstrapper improvements. (#1423) 2018-12-09 19:11:06 -08:00
SECURITY.md Normalize line endings in SECRUITY.md (#4944) 2020-02-27 13:02:26 -08:00
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 Bootstrapper improvements. (#1423) 2018-12-09 19:11:06 -08:00
azure-pipelines-codeql.yml [main] Document where pipelines are enabled (#14207) 2023-11-07 16:51:09 -08:00
azure-pipelines-daily.yaml Fix daily build SDK references (#14811) 2024-06-05 20:11:44 +00:00
azure-pipelines-pr.yml Make BAR token optional in publishing tasks (#14827) 2024-06-10 17:01:39 +02:00
azure-pipelines-richnav.yml [main] Document where pipelines are enabled (#14207) 2023-11-07 16:51:09 -08:00
azure-pipelines.yml Enable TSA upload and switch SDL to 1ESPT (#15040) 2024-08-30 08:43:31 -07:00
build.sh RepoToolset update to 1.0.0-beta2-62718-01 (#83) 2018-03-19 18:03:21 -07:00
global.json Update publish.yml to account for symbol changes (#15073) 2024-09-16 09:52:01 -07:00
restore.sh Update infrastructure to Arcade 63208-02 (#455) 2018-08-13 12:53:20 -07:00
test.sh Sign tool fixes (#518) 2018-08-23 10:40:15 -07:00

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.