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 | |
| parent | 3327adfd7bfd41cc4065312ca4893a0aa2ce1a01 (diff) | |
| parent | f9eb04d34edd823873e491a7da6e6ed7a064e823 (diff) | |
Improve version info, vsix installation, and update building locally documentation
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci-pr.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
3 files changed, 3 insertions, 3 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\ diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index a179127a..c04f4adb 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -23,7 +23,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\ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13563aa8..c35a81ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,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\ |
