Skip to content

Commit ca08612

Browse files
authored
Mention how to get diagnostic output of build script to Copilot (#1186)
1 parent 71c1ca0 commit ca08612

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Follow these guidelines when contributing:
1818
- Full CI check: `build.sh` (includes build, publish, test)
1919
- Building website: `build.sh --target=website`. Website is available on http://127.0.0.1:8000/
2020

21+
To have verbose output of build.sh the following parameter can be add `--verbosity=diagnostic`
22+
2123
## Repository Structure
2224
- `src`: Contains the source code for the addins
2325
- Each addin should have its own subdirectory under `src`

0 commit comments

Comments
 (0)