зеркало из https://github.com/aspnet/KoreBuild.git
12f161b8a0
[ci skip] |
||
---|---|---|
.github | ||
build | ||
template | ||
test | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md | ||
appveyor.yml |
README.md
KoreBuild
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