From e0d7ad304747decdaa9df4368026e51b1496fe98 Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Wed, 18 Sep 2019 13:03:01 -0700 Subject: [PATCH] Update unix-instructions.md Commit migrated from https://github.com/dotnet/corefx/commit/a18b1ba2cf6fb9377ccd3d4e263ea84d75c23842 --- docs/libraries/building/unix-instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/libraries/building/unix-instructions.md b/docs/libraries/building/unix-instructions.md index ba3d358..d53266c 100644 --- a/docs/libraries/building/unix-instructions.md +++ b/docs/libraries/building/unix-instructions.md @@ -11,6 +11,8 @@ Calling the script `build.sh` builds both the native and managed code. For more information about the different options when building, run `build.sh --help` and look at examples in the [developer-guide](../project-docs/developer-guide.md). +To build per project, you can use the script `dotnet msbuild`, e.g. `dotnet msbuild src/System.Console/src /t:rebuild`. + ## Minimum Hardware Requirements - 2GB RAM -- 2.7.4