mirror of
https://github.com/actions/runner-images.git
synced 2026-01-05 17:50:02 +08:00
InstallerProjets scripts have been added
This commit is contained in:
7
images/win/scripts/Tests/InstallerProjects.Tests.ps1
Normal file
7
images/win/scripts/Tests/InstallerProjects.Tests.ps1
Normal file
@@ -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