From 208b227667182dfcd7bdf3ab4f5090aa823cf477 Mon Sep 17 00:00:00 2001 From: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:36:48 -0800 Subject: Enable CodeQL to work thru reasonable workarounds. (#857) --- Building-Locally.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Building-Locally.md') 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: -- cgit v1.3.1