Infrastructure utilities used in the ASP.NET Core build system. (Obsolete: use https://github.com/dotnet/arcade for all new projects)
Перейти к файлу
Nate McMaster d6b8907eea Update README and docs
[ci skip]
2017-11-29 14:29:57 -08:00
.github Fix grammar of ISSUE_TEMPLATE.md 2017-02-10 13:52:11 -08:00
build Add support for overriding package versions with DotNetPackageVersionPropsPath (#482) 2017-11-22 11:41:44 -06:00
docs Update README and docs 2017-11-29 14:29:57 -08:00
files/KoreBuild Skip installing unversioned files when installing shared runtime. 2017-11-29 12:43:18 -08:00
modules Add DownloadFile task 2017-11-29 13:59:45 -08:00
scripts Allow blobstorage in bootstrappers 2017-11-27 15:45:34 -08:00
shared Remove usage of FX_DEPS_FILE from DotNetMuxer 2017-11-20 17:04:06 -08:00
src Add support for overriding package versions with DotNetPackageVersionPropsPath (#482) 2017-11-22 11:41:44 -06:00
test Add DownloadFile task 2017-11-29 13:59:45 -08:00
testassets Add empty directory.build.props files to isolate tests from environment 2017-11-22 10:28:59 -08:00
tools Update README and docs 2017-11-29 14:29:57 -08:00
.appveyor.yml Branch for 2.0.0 release 2017-07-06 10:01:00 -07:00
.editorconfig Add InstallDotNet task and stop installing 1.x by default (#381) 2017-10-03 15:30:00 -07:00
.gitattributes Produce KoreBuild as a compiled artifact 2017-06-26 11:29:30 -07:00
.gitignore Implement version pinning from PackageLineup 2017-08-09 14:42:11 -07:00
.travis.yml Stop building on macOS for Travis 2017-11-22 08:16:37 -08:00
BuildTools.sln Add support for overriding package versions with DotNetPackageVersionPropsPath (#482) 2017-11-22 11:41:44 -06:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-06-19 17:13:42 -07:00
Directory.Build.props Add support for overriding package versions with DotNetPackageVersionPropsPath (#482) 2017-11-22 11:41:44 -06:00
Directory.Build.targets Add support for overriding package versions with DotNetPackageVersionPropsPath (#482) 2017-11-22 11:41:44 -06:00
LICENSE.txt Create LICENSE.txt 2015-06-19 17:13:56 -07:00
NuGet.Config Upgrade NuGet and MSBuild packages to match the 2.2.0 SDK 2017-11-08 09:06:22 -08:00
README.md Update README and docs 2017-11-29 14:29:57 -08:00
build.cmd Switch to KoreBuild 2016-04-21 15:02:33 -07:00
build.ps1 Add support for specifying additional restore sources from the command line 2017-11-27 17:46:18 -08:00
build.sh Shorten folder names and organize projects into logical groups 2017-09-20 12:13:49 -07:00
korebuild.json Add support for requiring Visual Studio's MSBuild from KoreBuild 2017-10-27 17:21:55 -07:00
push.cmd Add push command to the repository 2017-07-11 11:04:24 -07:00
push.ps1 Allow empty publish type argument in push.ps1 2017-11-21 11:43:34 -08:00
test.ps1 Add tools for managing package references 2017-10-23 13:40:10 -07:00
test.sh Modularize commands and add run.ps1 2017-09-01 14:06:42 -07:00
version.props Merge branch 'rel/2.0.2' into dev 2017-10-18 14:16:34 -07:00

README.md

Build Tools

AppVeyor build status

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 Home repo.

Docs

See docs/Intro.md.

Latest build

Channel Latest Build
dev badge
release/2.0.0 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 recomend you do:

./test.ps1 -Command $CommandToTest -RepoPath C:\repo\to\test\against\