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