diff options
| author | Matt <[email protected]> | 2024-06-27 14:17:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-27 14:17:05 -0700 |
| commit | f9eb04d34edd823873e491a7da6e6ed7a064e823 (patch) | |
| tree | 601d4ea7c230b6e825cf1104587d075a321d16e7 /.github/workflows/Code-Scanning.yml | |
| parent | 2e07f1b58a93eb36c616192045db654cf043a670 (diff) | |
Refactored vsix install and cleaned up build sampleset
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index 32bb5a65..cd0d8abf 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -38,7 +38,7 @@ jobs: submodules: 'recursive' - name: Install WDK VSIX - run: .\.github\scripts\Install-Vsix.ps1 -optimize:$true + run: .\.github\scripts\Install-Vsix.ps1 - name: Install Nuget Packages run: nuget restore .\packages.config -PackagesDirectory .\packages\ |
