This commit is contained in:
2026-02-28 19:53:34 -08:00
parent 59cb886adb
commit db593886a3
7 changed files with 716 additions and 17 deletions

View File

@@ -10,7 +10,8 @@
"Bash(find /c/data/code/raven-test-integration -name \"*.cs\" -type f ! -path \"*/obj/*\" -exec grep -l \"public class.*Test\" {} ;)",
"Bash(xargs grep \"public class\")",
"Read(//c/data/code/raven-test-integration/**)",
"Bash(sed 's/.cs$//')"
"Bash(sed 's/.cs$//')",
"Bash(dotnet build raven-integration.csproj)"
]
}
}