Skip to content

Commit 172363d

Browse files
Remove Build System and Available Build Types sections from CONTRIBUTING.md
Co-authored-by: christianhelle <710400+christianhelle@users.noreply.github.com>
1 parent 198f6af commit 172363d

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -185,27 +185,6 @@ Fixes #123, Closes #456
185185

186186
## Build and Development Workflow
187187

188-
### Build System
189-
The project uses **Cake Build** for automation:
190-
191-
```bash
192-
# Build everything
193-
cd src
194-
./build.ps1
195-
196-
# Run specific tasks
197-
./build.ps1 -Target "Run-Unit-Tests"
198-
./build.ps1 -Target "Build-Release"
199-
```
200-
201-
### Available Build Targets
202-
- `Clean` - Clean build artifacts
203-
- `Restore` - Restore NuGet packages
204-
- `Build-Release` / `Build-Debug` - Build solutions
205-
- `Run-Unit-Tests` - Execute unit tests
206-
- `Run-Integration-Tests` - Execute integration tests
207-
- `All` - Complete build and test cycle
208-
209188
### VS Code Extension Development
210189
See [`src/VSCode/CONTRIBUTING.md`](src/VSCode/CONTRIBUTING.md) for specific VS Code extension development guidelines.
211190

0 commit comments

Comments
 (0)