Go to file
Nate McMaster 38fa399c90 Add missing arguments to run.sh 2017-12-20 08:30:27 -08:00
.vscode
build Update pacakge dependencies (#718) 2017-12-18 12:07:16 -08:00
modules Updating submodule(s) 2017-12-20 08:40:52 +00:00
scripts
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 Updating BuildTools from 2.1.0-preview1-15626 to 2.1.0-preview1-15638 2017-12-19 09:44:04 -08:00
korebuild.json
run.cmd
run.ps1
run.sh Add missing arguments to run.sh 2017-12-20 08:30:27 -08:00
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.