Infrastructure utilities used in the ASP.NET Core build system. (Obsolete: use https://github.com/dotnet/arcade for all new projects)
979736d4d4
This backports changes made in the 2.2 build tools. This is anticipation of Arcade convergence. We already stopped using signrequest.xml in other parts of the stack. New tools replace this functionality. * Backport implementation of Arcade code signing * Remove sign request generation and validation * Sign .Sources packages by default * Use built-in dotnet-tool shim generation |
||
---|---|---|
.azure | ||
.github | ||
.vsts-pipelines/templates | ||
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 | ||
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 |
---|---|
master | |
release/2.1 | |
release/2.0 |
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 recomend you do:
./test.ps1 -Command $CommandToTest -RepoPath C:\repo\to\test\against\