Go to file
= a4e87d1dd8 Build runtime store installers
- hosting tar.gz archives
- rpm installers for generic and red hat
- deb installers for debian.8, ubuntu 14.04, ubuntu 16.04, ubuntu 16.10

Create hosting targz archives
2017-10-13 17:00:46 -07:00
.vscode
build Build runtime store installers 2017-10-13 17:00:46 -07:00
modules Update submodules to latest build tools and fix bug in razor tests 2017-10-13 13:15:13 -07:00
src Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00
.editorconfig
.gitattributes
.gitignore
.gitmodules Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
README.md
build.cmd
build.ps1
build.sh
korebuild-lock.txt Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00
korebuild.json
version.props Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00

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

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.