Skip to content

Commit

Permalink
Fix the docs on building Mono runtime packages (dotnet#50583)
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleAccretion authored Apr 26, 2021
1 parent 3782e6e commit 11f1d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow/building/mono/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ See the instructions for [Testing iOS](../../testing/libraries/testing-apple.md)
To generate nuget packages:

```bash
./build.sh mono -pack (with optional release configuration)
./build.sh packs -runtimeFlavor mono (with optional release configuration)
```
or on Windows,
```cmd
build.cmd mono -pack (with optional release configuration)
build.cmd packs -runtimeFlavor mono (with optional release configuration)
```

The following packages will be created under `artifacts\packages\<configuration>\Shipping`:
Expand Down

0 comments on commit 11f1d82

Please sign in to comment.