Tools that provide common build infrastructure for multiple .NET Foundation projects.
Перейти к файлу
Alexander Köplinger 6c4799b6fd
Temporarily uninstall pkg-config@0.29.2 in install-dependencies.sh (#15259)
2024-11-19 20:53:42 +01:00
.config [main] Update dependencies from 6 repositories (#15224) 2024-11-12 12:01:42 -08:00
.github Clarify the steps for solving the merge conflicts (#14971) 2024-11-12 12:00:08 -08:00
.vault-config Update comment bot service connection info (#14972) 2024-11-12 12:00:38 -08:00
Documentation Eliminate SourceBuildNonPortable switch (#15245) 2024-11-13 16:00:43 +00:00
eng Temporarily uninstall pkg-config@0.29.2 in install-dependencies.sh (#15259) 2024-11-19 20:53:42 +01:00
scripts Remove installer from create-preview-flow.ps1 (#14788) 2024-05-28 18:10:17 +02:00
src Remove old ExcludeFromSourceBuild switch from Arcade (#15258) 2024-11-19 17:54:09 +00:00
tests Avoid hardcoded net472 and net9.0 TFMs in static files (#15212) 2024-11-04 18:05:26 +01:00
.editorconfig
.gitattributes
.gitignore
Arcade.sln
Build.cmd
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Directory.Packages.props Sign .deb files (#15216) 2024-11-08 23:01:33 +00:00
LICENSE.TXT
NuGet.config [main] Update dependencies from dotnet/xharness (#15174) 2024-10-23 14:52:36 +02:00
README.md
Restore.cmd
SECURITY.md
THIRD-PARTY-NOTICES.TXT
Test.cmd
azure-pipelines-codeql.yml
azure-pipelines-daily.yaml
azure-pipelines-pr.yml
azure-pipelines-richnav.yml
azure-pipelines.yml
build.sh
global.json [main] Update dependencies from dotnet/arcade, dotnet/arcade-services (#15246) 2024-11-14 10:43:08 +01: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.