Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
test(CI): setup wdk.vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 13, 2022
1 parent fceea2d commit 6471f74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
with:
submodules: true

- name: setup wdk.vsix
shell: pwsh
run: |
$FilePath = Resolve-Path "C:\Program Files (x86)\Windows Kits\10\Vsix\VS2022\*\WDK.vsix"
Install-VsixExtension -FilePath $FilePath -Name "WDK.vsix" -VSversion "2022" -InstallOnly
- name: build nuspec
if: contains(github.ref, 'tags/')
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 6471f74

Please sign in to comment.