Add AGENTS.md, dotnet/mise wrapper scripts, migrate yaks to yx
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Run the full test suite from the repo root (see scripts/dotnet.sh for why).
|
||||
# Usage: scripts/run-tests.sh [extra dotnet test args]
|
||||
set -euo pipefail
|
||||
exec "$(cd "$(dirname "$0")" && pwd)/dotnet.sh" test db-subclass-to-dto.sln "$@"
|
||||
Reference in New Issue
Block a user