diff options
| author | Adonais Romero González <[email protected]> | 2023-02-03 14:44:52 -0800 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2023-02-03 14:44:52 -0800 |
| commit | 55f0ae520655ba8054a1fa97d9f60ea8d230b989 (patch) | |
| tree | 8496cb0c01101ce74024cdbadc21c91171f9fb66 /.github | |
| parent | c0174c77c5dbed96d4e537c08b1504cd6b9a3134 (diff) | |
| parent | 08607873c07b796e912560b7fa359b06e1a21404 (diff) | |
Merge branch 'main' into develop-2302-merge
Diffstat (limited to '.github')
| -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 |
