mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
Checking the VSIX has been added
This commit is contained in:
@@ -8,6 +8,10 @@ $ErrorActionPreference = "Stop"
|
||||
|
||||
$toolset = Get-ToolsetContent
|
||||
$requiredVsixs = $toolset.visualStudio.vsix
|
||||
if(-not $requiredVsixs) {
|
||||
Write-Host "No requiered VSIX"
|
||||
exit 1
|
||||
}
|
||||
|
||||
if (Test-IsWin19) {
|
||||
$VsVersion = '2019'
|
||||
|
||||
Reference in New Issue
Block a user