OBSOLETE REPO - see readme
Перейти к файлу
Smit Patel 8d5e2c0e25 Remove logger 2017-06-07 14:32:28 -07:00
.github Cleanup template files and README 2017-03-01 10:08:41 -08:00
build Remove logger 2017-06-07 14:32:28 -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 Fixed typo in Readme 2017-06-05 16:10:22 -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.

Replaying MSBuild binary log file to a text file

dotnet msbuild .\msbuild.binlog /noconlog /flp:verbosity=diag`;logfile=diagnostic.log /noautoresponse