Infrastructure utilities used in the ASP.NET Core build system. (Obsolete: use https://github.com/dotnet/arcade for all new projects)
Перейти к файлу
Nate McMaster 4d5cf0b527
Remove dependency on .NET Core 2.0 from build tools
2018-07-03 11:37:12 -07:00
.github Fix grammar of ISSUE_TEMPLATE.md 2017-02-10 13:52:11 -08:00
build Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
docs Generate baselines by default and add replacement target 2018-03-09 17:43:52 -08:00
files/KoreBuild Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
modules Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
scripts Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
shared Remove usage of FX_DEPS_FILE from DotNetMuxer 2017-11-20 17:04:06 -08:00
src Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
test Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
testassets Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
tools Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
.appveyor.yml Workaround peculiar caching behaviors in NuGetSdkResovler when NUGET_PACKAGES is set 2018-05-01 15:41:24 -07:00
.editorconfig Use TeamCity x-plat logger (#565) 2018-01-30 10:05:51 -08:00
.gitattributes Support getting git information from a sparse-checkout repo 2018-03-07 15:32:07 -08:00
.gitignore Workaround peculiar caching behaviors in NuGetSdkResovler when NUGET_PACKAGES is set 2018-05-01 15:41:24 -07:00
.travis.yml Workaround peculiar caching behaviors in NuGetSdkResovler when NUGET_PACKAGES is set 2018-05-01 15:41:24 -07:00
BuildTools.sln Add targets for generating global CLI shim in the tool package 2018-05-01 11:12:05 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-06-19 17:13:42 -07:00
Directory.Build.props Unify to RepositoryCommit as the property for storing the commit hash 2018-03-22 10:59:22 -07:00
Directory.Build.targets Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07: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 Fix broken link in README 2018-02-15 15:15:01 -08:00
build.cmd Switch to KoreBuild 2016-04-21 15:02:33 -07:00
build.ps1 Workaround peculiar caching behaviors in NuGetSdkResovler when NUGET_PACKAGES is set 2018-05-01 15:41:24 -07:00
build.sh Workaround peculiar caching behaviors in NuGetSdkResovler when NUGET_PACKAGES is set 2018-05-01 15:41:24 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-17 09:27:45 -07:00
push.cmd Add push command to the repository 2017-07-11 11:04:24 -07:00
push.ps1 Merge branch 'release/2.0' into dev 2018-01-18 08:24:09 -08:00
test.ps1 Add CI flag to test.ps1 2018-04-13 12:56:09 -07:00
test.sh Update test scripts 2018-02-13 10:56:38 -08:00
version.props Bump build tools to 2.1.3 2018-06-27 10:51:52 -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/README.md.

Latest build

Channel Latest Build
dev badge
release/2.1 badge
release/2.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\