OBSOLETE REPO - see readme
Перейти к файлу
Kiran Challa 4cd2d86c3b Added a common property to always use the latest shared runtime 2017-05-26 10:56:33 -07:00
.github Cleanup template files and README 2017-03-01 10:08:41 -08:00
build Added a common property to always use the latest shared runtime 2017-05-26 10:56:33 -07:00
template Cleanup workarounds (#233) 2017-05-01 11:01:30 -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 Cleanup workarounds (#233) 2017-05-01 11:01:30 -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.