mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
[Windows] Split VSIX installation helper into two (#8872)
This commit is contained in:
committed by
GitHub
parent
1bd9214f41
commit
1254bc94a5
@@ -30,7 +30,6 @@ Install-Binary -Type EXE `
|
||||
-ExpectedSignature $wdkSignatureThumbprint
|
||||
|
||||
# Need to install the VSIX to get the build targets when running VSBuild
|
||||
$wdkExtensionPath = Resolve-Path -Path $wdkExtensionPath
|
||||
Install-VsixExtension -FilePath $wdkExtensionPath -Name "WDK.vsix" -InstallOnly
|
||||
Install-VSIXFromFile (Resolve-Path -Path $wdkExtensionPath)
|
||||
|
||||
Invoke-PesterTests -TestFile "WDK"
|
||||
|
||||
Reference in New Issue
Block a user