summaryrefslogtreecommitdiff
path: root/.github/workflows/Code-Scanning.yml
diff options
context:
space:
mode:
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