mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Vstype typo
This commit is contained in:
@@ -5,7 +5,7 @@ Describe "Visual Studio" {
|
||||
}
|
||||
|
||||
It "Devenv.exe" {
|
||||
$vsInstallRoot = (Get-VisualStudioInstallation -VStype "VS").InstallationPath
|
||||
$vsInstallRoot = (Get-VisualStudioInstallation -VSInstallType "VS").InstallationPath
|
||||
$devenvexePath = "${vsInstallRoot}\Common7\IDE\devenv.exe"
|
||||
$devenvexePath | Should -Exist
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user