CodeQL: Removed --npt option, as there are no pip basetools any longer.

This commit is contained in:
Mikhail Krichanov 2025-04-09 12:08:06 +03:00
parent 6f0af031d7
commit 9e8d89ff38

View File

@ -253,7 +253,7 @@ jobs:
- name: CI Build - name: CI Build
env: env:
STUART_CODEQL_PATH: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }} STUART_CODEQL_PATH: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }}
run: stuart_ci_build -c .pytool/CISettings.py -t DEBUG -p ${{ matrix.Package }} -a ${{ matrix.ArchList }} TOOL_CHAIN_TAG=VS2022 --codeql --npt run: stuart_ci_build -c .pytool/CISettings.py -t DEBUG -p ${{ matrix.Package }} -a ${{ matrix.ArchList }} TOOL_CHAIN_TAG=VS2022 --codeql
- name: Build Cleanup - name: Build Cleanup
id: build_cleanup id: build_cleanup