InstallerProjets scripts have been added
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Import-Module -Name VsSetup -Force
|
||||
Describe "InstallProjects" {
|
||||
It "InstallProjects exists" {
|
||||
$InstallProjects = (Get-VSSetupInstance | Select-VsSetupInstance -Product *).Packages | Where-Object {$_.id -eq 'VSInstallerProjects' }
|
||||
$InstallProjects | Should -Not -BeNullOrEmpty
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user