Infrastructure utilities used in the ASP.NET Core build system. (Obsolete: use https://github.com/dotnet/arcade for all new projects)
Перейти к файлу
William Godbe db728ddddf
Enable TSA/Policheck (#1035)
2024-09-27 14:29:28 -07:00
.azure Enable TSA/Policheck (#1035) 2024-09-27 14:29:28 -07:00
.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 Workaround peculiar caching behaviors in NuGetSdkResovler when NUGET_PACKAGES is set 2018-05-01 15:41:24 -07:00
build.sh
korebuild.json
push.cmd
push.ps1 Publish artifacts from VSTS builds 2018-07-30 11:32:11 -07:00
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 badge
release/2.1 badge

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\