summaryrefslogtreecommitdiff
path: root/.github/workflows/Code-Scanning.yml
diff options
context:
space:
mode:
authorJakobL-MSFT <[email protected]>2023-02-03 14:43:16 -0800
committerGitHub <[email protected]>2023-02-03 14:43:16 -0800
commit08607873c07b796e912560b7fa359b06e1a21404 (patch)
treee02ca7474a93ab367dc6aee544081b6720a08bd1 /.github/workflows/Code-Scanning.yml
parent07779ee84973f2f63a1f2ced6377463b1c01baaf (diff)
Incremental improvements of the sample build system (#849)
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
-rw-r--r--.github/workflows/Code-Scanning.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml
index b2c851b6..86be1ef0 100644
--- a/.github/workflows/Code-Scanning.yml
+++ b/.github/workflows/Code-Scanning.yml
@@ -48,10 +48,10 @@ jobs:
- name: Retrieve and build all available solutions
id: build-all-samples
run: |
- .\Build-AllSamples.ps1
+ .\Build-AllSamples.ps1 -Verbose
env:
- Configuration: ${{ matrix.configuration }}
- Platform: ${{ matrix.platform }}
+ Configuration: Debug
+ Platform: x64
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2