diff options
| author | 5an7y <[email protected]> | 2026-03-30 15:45:36 -0700 |
|---|---|---|
| committer | 5an7y <[email protected]> | 2026-03-30 15:45:36 -0700 |
| commit | 8056a2723c732809b4ca684666ac08385f6e835f (patch) | |
| tree | a2a2606c54b3a28af0bc1df19998a8fcbec654e2 | |
| parent | 83cfa72cc265ab052100563cfc2e8c9d9b6020ba (diff) | |
Remove redundant specific-samples example from Building-Locally.md
| -rw-r--r-- | Building-Locally.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Building-Locally.md b/Building-Locally.md index 45110098..645e9a61 100644 --- a/Building-Locally.md +++ b/Building-Locally.md @@ -152,9 +152,6 @@ Get-Help .\Build-Samples # Build without massive parallelism (slow, but good for debugging): .\Build-Samples -ThrottleLimit 1 -# Build specific samples for all flavors: -.\Build-Samples -Samples 'tools.sdv.samples.sampledriver','usb.kmdf_fx2' - # Build all samples inside the 'tools' folder using wildcards: .\Build-Samples -Samples 'tools.*' |
