OBSOLETE REPO - see readme
Перейти к файлу
Kiran Challa a690da9908 Upgrade CLI version to 2.0.0-preview1-005685 2017-04-03 14:00:48 -07:00
.github Cleanup template files and README 2017-03-01 10:08:41 -08:00
build Upgrade CLI version to 2.0.0-preview1-005685 2017-04-03 14:00:48 -07:00
template Update template to correct JsonNetVersion 2017-03-28 10:50:35 -07:00
test Add a functional test for KoreBuild 2017-03-23 09:47:10 -07:00
.editorconfig Remove Sake 2017-03-08 12:27:08 -08:00
.gitattributes Old universe 2016-02-25 15:46:30 -08:00
.gitignore Initial work on "KoreBuild 2.0" (#82) 2016-06-14 16:33:40 -07:00
.travis.yml Add a functional test for KoreBuild 2017-03-23 09:47:10 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-02-25 10:11:06 -08:00
LICENSE.txt Create LICENSE.txt 2016-02-25 10:11:18 -08:00
README.md Add a functional test for KoreBuild 2017-03-23 09:47:10 -07:00
appveyor.yml Add a functional test for KoreBuild 2017-03-23 09:47:10 -07:00

README.md

KoreBuild

Travis build status AppVeyor build status

Build scripts for repos on https://github.com/aspnet.

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.

Testing

This repository contains test scripts in the test/ folder.

build-canary-repo.{sh, ps1}

This script will download a repository and use the local version of KoreBuild to build it. This serves as a canary test for the scripts but may not exercise all areas of KoreBuild.

This defaults to using https://github.com/aspnet/DependencyInjection.git as the canary.