OBSOLETE REPO - see readme
Перейти к файлу
Eilon Lipton c4d55d0953 Update README.md 2017-08-22 16:11:38 -07:00
.github Cleanup template files and README 2017-03-01 10:08:41 -08:00
build Issue an obsolete warning and update the README 2017-07-27 18:18:57 -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 Clear fallbackPackageFolders 2017-06-27 09:44:34 -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 Update README.md 2017-08-22 16:11:38 -07:00
appveyor.yml Enable Travis and AppVeyor for rel branches (#261) 2017-06-08 12:24:13 -07:00

README.md

KoreBuild - OBSOLETE

Obsolete notice

These build scripts are obsolete. The recommended replacements are available at https://github.com/aspnet/BuildTools.

About this repo

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