Skip to content

Commit

Permalink
[Mono] Add incremental build instructions when ... (dotnet#64396)
Browse files Browse the repository at this point in the history
... you need to need to run library tests or run HelloWorld sample with your change to mono.
  • Loading branch information
fanyang-mono authored Feb 1, 2022
1 parent 6fc2548 commit bccc18b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/workflow/building/mono/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ build.cmd mono
```
When the build completes, product binaries will be dropped in the `artifacts\bin\mono\<OS>.<arch>.<flavor>` folder.

If you need to run library tests or run HelloWorld sample with your change to mono, you want to build mono with this command instead:

```bash
./build.sh mono+libs.pretest
```
or on Windows,
```cmd
build.cmd mono+libs.pretest
```

If you want to skip restoring nuget packages, when only making change to mono, you want to use this command:
```bash
./build.sh mono --build
Expand Down

0 comments on commit bccc18b

Please sign in to comment.