Skip to content

Commit c5debeb

Browse files
authored
Update .github/copilot-instructions.md
1 parent 0051e6e commit c5debeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Always reference these instructions first and fallback to search or bash command
1414
- Bootstrap, build, and test the repository:
1515
- Navigate to: `cd src/` (solution file is in src directory, not root)
1616
- `dotnet clean -c Debug` -- Never cancel, set timeout to 5 minutes.
17-
- `dotnet build -c Debug` -- takes ~7.8 seconds. NEVER CANCEL. Set timeout to 15+ minutes.
17+
- `dotnet build -c Debug` -- Never cancel, set timeout to 5 minutes.
1818
- `dotnet test -c Debug --no-build --no-restore -l "console;verbosity=detailed"` -- takes ~2.6 seconds. NEVER CANCEL. Set timeout to 5+ minutes.
1919

2020
- **Do not attempt Release builds locally** – they will fail in development environments without proper GitVersion setup. Use Debug configuration for all local development work. Release builds are handled by CI/CD pipelines where the environment is correctly configured.

0 commit comments

Comments
 (0)