We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1353c commit 8ab74bcCopy full SHA for 8ab74bc
1 file changed
CLAUDE.md
@@ -53,7 +53,8 @@ All configuration is environment-variable driven (`.env` or shell):
53
## Build & Test
54
55
```powershell
56
-dotnet build src/GsdOrchestrator.sln
+dotnet build src/GsdOrchestrator/GsdOrchestrator.csproj
57
+dotnet build src/GsdOrchestrator.Tests/GsdOrchestrator.Tests.csproj
58
dotnet test src/GsdOrchestrator.Tests/GsdOrchestrator.Tests.csproj
59
```
60
0 commit comments