# BuildTools **Repository Path**: mirrors_aspnet/BuildTools ## Basic Information - **Project Name**: BuildTools - **Description**: Infrastructure utilities used in the ASP.NET Core build system. (Obsolete: use https://github.com/dotnet/arcade for all new projects) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: release/2.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build Tools Utilities used in the build system for projects that are used with ASP.NET Core and Entity Framework Core. This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo. ## Docs See [docs/README.md](./docs/README.md). ## Latest build Channel | Latest Build ---------------|:--------------- main | ![badge][main-badge] release/2.1 | ![badge][rel-2.1-badge] [main-badge]: https://dotnetbuilds.blob.core.windows.net/buildtools/korebuild/channels/main/badge.svg [rel-2.1-badge]: https://dotnetbuilds.blob.core.windows.net/buildtools/korebuild/channels/release/2.1/badge.svg This tool contains build scripts, console tools, MSBuild targets, and other settings required to build ASP.NET Core. ## Local testing To test changes to this project locally we recommend you do: ```ps1 ./test.ps1 -Command $CommandToTest -RepoPath C:\repo\to\test\against\ ```