diff options
| author | JakobL-MSFT <[email protected]> | 2023-02-03 14:43:16 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-03 14:43:16 -0800 |
| commit | 08607873c07b796e912560b7fa359b06e1a21404 (patch) | |
| tree | e02ca7474a93ab367dc6aee544081b6720a08bd1 /.github/workflows/Code-Scanning.yml | |
| parent | 07779ee84973f2f63a1f2ced6377463b1c01baaf (diff) | |
Incremental improvements of the sample build system (#849)
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 6 |
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 |
