ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. https://asp.net/

ASP.NET CI 80eed7c3f8 Updating submodule(s) 8 éve
.vscode dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 éve
build 8490becc40 Update pacakge dependencies (#718) 8 éve
modules 80eed7c3f8 Updating submodule(s) 8 éve
scripts fabe0fbe3c Catch any error in UpdateRepos 8 éve
src 911264eb04 Clean up shared framework generation. 8 éve
.editorconfig e841229782 Verify and mirror external dependencies and self-consistent package versions (#566) 8 éve
.gitattributes 77bcf111fb All line endings 10 éve
.gitignore dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 éve
.gitmodules b05ec85f35 Add AuthSamples repo (#659) 8 éve
CONTRIBUTING.md 9b07b0cddc Update Home master -> Home dev 10 éve
LICENSE.txt b781df02af Update LICENSE.txt and license header on files. 11 éve
NuGet.config dae1f1ce78 Merge branch 'rel/2.0.3' into dev 8 éve
README.md d64005e205 Add a list of important properties. 8 éve
build.cmd 4561d402fe Update bootstrappers 8 éve
build.sh 4561d402fe Update bootstrappers 8 éve
korebuild-lock.txt 7d8d6338fb Updating BuildTools from 2.1.0-preview1-15626 to 2.1.0-preview1-15638 8 éve
korebuild.json a01aee7e9c Add scripts to auto-update build tools and submodules (#618) 8 éve
run.cmd 4561d402fe Update bootstrappers 8 éve
run.ps1 3a76af803a Rename the parameter used to specify additional sources to avoid conflating with DotNetRestoreSources used in projects 8 éve
run.sh 3a76af803a Rename the parameter used to specify additional sources to avoid conflating with DotNetRestoreSources used in projects 8 éve
version.props dfd15c8679 Only produce one version of the runtime store, templates packages, and installers (#665) 8 éve

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.