Skip to content

Commit 8ab74bc

Browse files
committed
docs(build): correct project verification commands
1 parent de1353c commit 8ab74bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ All configuration is environment-variable driven (`.env` or shell):
5353
## Build & Test
5454

5555
```powershell
56-
dotnet build src/GsdOrchestrator.sln
56+
dotnet build src/GsdOrchestrator/GsdOrchestrator.csproj
57+
dotnet build src/GsdOrchestrator.Tests/GsdOrchestrator.Tests.csproj
5758
dotnet test src/GsdOrchestrator.Tests/GsdOrchestrator.Tests.csproj
5859
```
5960

0 commit comments

Comments
 (0)