Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3edfaad

Browse files
authored
Minor fix in library build instruction (dotnet#40109)
1 parent ad90f7a commit 3edfaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workflow/building/libraries/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For more details on the build settings see [project-guidelines](../../../coding-
8383

8484
If you invoke the `build` script without any actions, the default action chain `-restore -build` is executed.
8585

86-
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`.
86+
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`.
8787

8888
**Examples**
8989
- Building in release mode for platform x64 (restore and build are implicit here as no actions are passed in)

0 commit comments

Comments
 (0)