diff options
| author | Adonais Romero González <[email protected]> | 2024-06-27 16:15:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-27 16:15:58 -0700 |
| commit | 77a45280ca061d8691b2b1534bfe0198b88cb4e1 (patch) | |
| tree | 200236a019eeee7e0b4e08cb0b23839ea0d7e611 /.github/workflows/Code-Scanning.yml | |
| parent | 3327adfd7bfd41cc4065312ca4893a0aa2ce1a01 (diff) | |
| parent | f9eb04d34edd823873e491a7da6e6ed7a064e823 (diff) | |
Improve version info, vsix installation, and update building locally documentation
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\ |
