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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohan Lorensson <lateralusx.github@gmail.com>2020-03-18 16:35:08 +0300
committerGitHub <noreply@github.com>2020-03-18 16:35:08 +0300
commit8722e7a7616168816412532d9278d865286c41d1 (patch)
tree0f0e911ef43d7ab236dafce48612f5e815fb0bef /docs
parent8f5806b77bf9b214c0f5ee2b467908710b06cded (diff)
Correct subsetCategory parameter passed to build.cmd on Windows. (#33713)
Diffstat (limited to 'docs')
-rw-r--r--docs/workflow/building/mono/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/workflow/building/mono/README.md b/docs/workflow/building/mono/README.md
index c751144bd28..36db7c252e3 100644
--- a/docs/workflow/building/mono/README.md
+++ b/docs/workflow/building/mono/README.md
@@ -19,7 +19,7 @@ Once you've built the whole runtime and assuming you want to work with just mono
```
or on Windows,
```bat
-build.cmd --subsetCategory mono
+build.cmd -subsetCategory mono
```
When the build completes, product binaries will be dropped in the `artifacts\bin\mono\<OS>.<arch>.<flavor>` folder.
@@ -45,7 +45,7 @@ To generate nuget packages:
```
or on Windows,
```bat
-build.cmd --subsetCategory mono -pack (with optional release configuration)
+build.cmd -subsetCategory mono -pack (with optional release configuration)
```
The following packages will be created under `artifacts\packages\<configuration>\Shipping`: