Checking the VSIX has been added
This commit is contained in:
@@ -8,6 +8,10 @@ $ErrorActionPreference = "Stop"
|
|||||||
|
|
||||||
$toolset = Get-ToolsetContent
|
$toolset = Get-ToolsetContent
|
||||||
$requiredVsixs = $toolset.visualStudio.vsix
|
$requiredVsixs = $toolset.visualStudio.vsix
|
||||||
|
if(-not $requiredVsixs) {
|
||||||
|
Write-Host "No requiered VSIX"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
if (Test-IsWin19) {
|
if (Test-IsWin19) {
|
||||||
$VsVersion = '2019'
|
$VsVersion = '2019'
|
||||||
|
|||||||
Reference in New Issue
Block a user