File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -185,27 +185,6 @@ Fixes #123, Closes #456
185
185
186
186
## Build and Development Workflow
187
187
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
-
209
188
### VS Code Extension Development
210
189
See [ ` src/VSCode/CONTRIBUTING.md ` ] ( src/VSCode/CONTRIBUTING.md ) for specific VS Code extension development guidelines.
211
190
You can’t perform that action at this time.
0 commit comments