Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Brandenburg <rybrande@microsoft.com>2017-12-18 23:48:28 +0300
committerRyan Brandenburg <rybrande@microsoft.com>2017-12-19 01:46:59 +0300
commitd64005e205bb95002e9b367a02466671d37dbab5 (patch)
tree4e6a0a40ef3d45db497253c45a12d31d7215fc96 /README.md
parentee2eec6a3b58a631e3bae07875aca345d5330efb (diff)
Add a list of important properties.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a1bc63329..4f3e4d2314 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,14 @@ cd Universe
./build.cmd
```
+## Useful properties and targets
+Property | Purpose | Example
+-----------------------------------|--------------------------------------------------------------------------------|--------
+`/p:SkipTests`/`/p:CompileOnly` | Only build repos, don't run the tests. | `/p:SkipTests=true`
+`/p:TestOnly` | Don't package or verify things. | `/p:TestOnly=true`
+`ENV:KOREBUILD_REPOSITORY_INCLUDE` | A list of the repositories to include in build (instead of all of them). | `ENV:KOREBUILD_REPOSITORY_INCLUDE=Antiforgery;CORS`
+`ENV:KOREBUILD_REPOSITORY_EXCLUDE` | A list of the repositories to exclude from build (all the rest will be built). | `ENV:KOREBUILD_REPOSITORY_EXCLUDE=EntityFramework`
+
## More info
-This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. \ No newline at end of file
+This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.