Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

aspnet/KoreBuild

Repository files navigation

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