mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-12 02:30:29 +09:00
Add instructions to skip restoring nuget packages (#62634)
Add build instructions to skip restoring nuget packages, when you only made change to mono.
This commit is contained in:
parent
806a06e5e0
commit
8965454989
1 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,15 @@ build.cmd mono
|
|||
```
|
||||
When the build completes, product binaries will be dropped in the `artifacts\bin\mono\<OS>.<arch>.<flavor>` folder.
|
||||
|
||||
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
|
||||
```
|
||||
or on Windows,
|
||||
```cmd
|
||||
build.cmd mono --build
|
||||
```
|
||||
|
||||
### Useful Build Arguments
|
||||
Here are a list of build arguments that may be of use:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue