Update prompts

This commit is contained in:
vczh
2026-03-19 06:21:35 -07:00
parent bd45188a8e
commit 8297eb5caa
12 changed files with 185 additions and 10 deletions

View File

@@ -21,6 +21,8 @@ cd SOLUTION-ROOT
& REPO-ROOT\.github\Scripts\copilotExecute.ps1 -Mode UnitTest -Executable PROJECT-NAME
```
`-Mode` and `-Executable` are required.
`-Configuration` and `-Platform` arguments are available to specify the target configuration:
- When both arguments are omitted, the last build configuration will be picked up.
- Both arguments should be omitted or not omitted at the same time.