Minor fix in library build instruction (#40109)
authorAnton Firszov <Anton.Firszov@microsoft.com>
Thu, 30 Jul 2020 07:42:08 +0000 (09:42 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2020 07:42:08 +0000 (09:42 +0200)
docs/workflow/building/libraries/README.md

index 7f8c12b108e1e9bae95e8b4cc6ebf1670e8bad5d..1c114c935aeb1c62947ae97240b84f30f9823ca1 100644 (file)
@@ -83,7 +83,7 @@ For more details on the build settings see [project-guidelines](../../../coding-
 
 If you invoke the `build` script without any actions, the default action chain `-restore -build` is executed.
 
-By default the `build` script only builds the product libraries and none of the tests. If you want to include tests, you want to add the subset `-subset libtests`. If you want to run the tests you want to use the `-test` action instead of the `-build`, e.g. `build.cmd/sh -subset libs.tests -test`. To specify just the libraries, use `-subset libs`.
+By default the `build` script only builds the product libraries and none of the tests. If you want to include tests, you want to add the subset `-subset libs.tests`. If you want to run the tests you want to use the `-test` action instead of the `-build`, e.g. `build.cmd/sh -subset libs.tests -test`. To specify just the libraries, use `-subset libs`.
 
 **Examples**
 - Building in release mode for platform x64 (restore and build are implicit here as no actions are passed in)