You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Always reference these instructions first and fallback to search or bash command
14
14
- Bootstrap, build, and test the repository:
15
15
- Navigate to: `cd src/` (solution file is in src directory, not root)
16
16
-`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.
18
18
-`dotnet test -c Debug --no-build --no-restore -l "console;verbosity=detailed"` -- takes ~2.6 seconds. NEVER CANCEL. Set timeout to 5+ minutes.
19
19
20
20
-**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