1
0
Fork 0
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:
Fan Yang 2021-12-10 10:38:15 -05:00 committed by GitHub
parent 806a06e5e0
commit 8965454989
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: