Go to file
ASP.NET CI da42c66644 Updating submodule(s)
Antiforgery => f1386f2789
AuthSamples => 187c414135
AzureIntegration => 72b9190012
BasicMiddleware => 4144306359
BrowserLink => 4ee813d67279259f961ac59f099c40fe605caf5e
Caching => f50d62c72214792ab965f979b6f716135340566a
Common => c511cbd40c438795e29a2edcc4927680901350f8
Configuration => 9ca263557d6340cd69c0d5153629ff10b349cb28
CORS => 07fbc8e795
DataProtection => 303396d8fc
DependencyInjection => bce660c1b31e49c8d21a20b476d6e31e6d362b82
Diagnostics => 7b57057af6
DotNetTools => 888e4e0724
EntityFrameworkCore => 11de27faaec61e7adeed0e5f4bc78cbec17f308f
EventNotification => 91228fa33ba3a5d7aab17c361563e7595487d149
FileSystem => d5998f1306ae529e125e951eefda4d5060ae6463
Hosting => d2cdf4bac0
HtmlAbstractions => d3fa87c6c5
HttpAbstractions => d104129d57
HttpClientFactory => 631481ce6e3610a3181ef7613047b9012cf0d871
HttpSysServer => 269ed40c3c
Identity => f05baec284
IISIntegration => d2fba28272
JavaScriptServices => 4af2e8670e
JsonPatch => a0316af7b2
Localization => be17d7f191
Logging => ceb907addc52a079117ca03edd1f1f5b5247f249
MetaPackages => 61ffe44d09
MusicStore => 50b1130996
MvcPrecompilation => 34c9d5f03b
Options => 4e56b5723c45393bedbc537465702a85e0709868
Razor => 4b93741610
ResponseCaching => 8d91714ed6
Routing => 37364ebf08
Scaffolding => 0d467a1f6dd02abc5dc463da03b68f5c9461865d
Security => 45ab9485d3
ServerTests => 27cd5b3a2f
Session => 7c36b192d7
StaticFiles => f3e0943e52
Testing => b137967e9f43f68f48a6fb007e128f14af246934
WebSockets => 814c03206e

[auto-updated: submodules]
2017-12-18 18:26:38 -08:00
.vscode
build Update pacakge dependencies (#718) 2017-12-18 12:07:16 -08:00
modules Updating submodule(s) 2017-12-18 18:26:38 -08:00
scripts Catch any error in UpdateRepos 2017-12-07 11:25:34 -08:00
src
.editorconfig
.gitattributes
.gitignore
.gitmodules
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md Add a list of important properties. 2017-12-18 14:46:59 -08:00
build.cmd
build.sh
korebuild-lock.txt Update KoreBuild 2017-12-12 12:31:22 -08:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props

README.md

Universe

Build infrastructure used to produce the whole ASP.NET Core stack.

Getting started

git clone --recursive https://github.com/aspnet/Universe.git
cd Universe
./build.cmd

Useful properties and targets

Property Purpose Example
/p:SkipTests//p:CompileOnly Only build repos, don't run the tests. /p:SkipTests=true
/p:TestOnly Don't package or verify things. /p:TestOnly=true
ENV:KOREBUILD_REPOSITORY_INCLUDE A list of the repositories to include in build (instead of all of them). ENV:KOREBUILD_REPOSITORY_INCLUDE=Antiforgery;CORS
ENV:KOREBUILD_REPOSITORY_EXCLUDE A list of the repositories to exclude from build (all the rest will be built). ENV:KOREBUILD_REPOSITORY_EXCLUDE=EntityFramework

More info

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.