summaryrefslogtreecommitdiff
path: root/Building-Locally.md
diff options
context:
space:
mode:
authorJakobL-MSFT <[email protected]>2023-02-08 15:36:56 -0800
committerGitHub <[email protected]>2023-02-08 15:36:56 -0800
commitd717aac5bd009f63670f1e164bacf2972931de1d (patch)
tree03728e56d8dd269386ce70fc8b9aaa1a2e5cdfaf /Building-Locally.md
parent08607873c07b796e912560b7fa359b06e1a21404 (diff)
Enable CodeQL to work thru reasonable workarounds - Cherry pick to main (#863)
Enable CodeQL to work thru reasonable workarounds. (#857)
Diffstat (limited to 'Building-Locally.md')
-rw-r--r--Building-Locally.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/Building-Locally.md b/Building-Locally.md
index 294ecae8..8f62a609 100644
--- a/Building-Locally.md
+++ b/Building-Locally.md
@@ -15,10 +15,7 @@ You can also just download and mount the EWDK as well and in the following examp
* Mount ISO image
* Open a terminal
* `.\LaunchBuildEnv`
- * `set PLATFORM=`
-
-Note: The last command to clear the PLATFORM variable is added so as to allow the next part to iterate over all platforms automatically without having to add explicit arguments.
-
+
## Step 3: Clone Windows Driver Samples and checkout main branch
```
@@ -33,12 +30,12 @@ cd Windows-driver-samples
pwsh
.\Build-AllSamples
```
-Above builds all samples for all configurations and archictures.
+Above builds all samples for all configurations and platforms.
You can refine, for example as follows:
```
pwsh
-.\Build-AllSamples -Samples 'tools.' -Configurations 'Debug','Release' -Platforms 'x64','arm64' -LogFilesDirectory .\_logs
+.\Build-AllSamples -Samples '^tools.' -Configurations 'Debug','Release' -Platforms 'x64','arm64'
```
Expected output: