Infrastructure utilities used in the ASP.NET Core build system. (Obsolete: use https://github.com/dotnet/arcade for all new projects)
db728ddddf | ||
---|---|---|
.azure | ||
.config | ||
.github | ||
build | ||
docs | ||
files/KoreBuild | ||
modules | ||
scripts | ||
shared | ||
src | ||
test | ||
testassets | ||
tools | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
BuildTools.sln | ||
CONTRIBUTING.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
LICENSE.txt | ||
NuGet.Config | ||
README.md | ||
SECURITY.md | ||
build.cmd | ||
build.ps1 | ||
build.sh | ||
korebuild.json | ||
push.cmd | ||
push.ps1 | ||
test.ps1 | ||
test.sh | ||
version.props |
README.md
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 repo.
Docs
See docs/README.md.
Latest build
Channel | Latest Build |
---|---|
main | |
release/2.1 |
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:
./test.ps1 -Command $CommandToTest -RepoPath C:\repo\to\test\against\