Skip to content

Commit 5f90354

Browse files
committed
find vs 2022
1 parent 2afe717 commit 5f90354

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ FakesAssemblies/
210210
GeneratedArtifacts/
211211
_Pvt_Extensions/
212212
ModelManifest.xml
213-
/WeGarbleTests__
214-
/thirdparty
215213
kProbe_data_*
216214

217215
*.VC.db

thirdparty/findvs.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Write-Host "vswhere found at: $vsWhere" -ForegroundColor Yellow
1616
#
1717
# Get path to Visual Studio installation using vswhere.
1818
#
19-
$vsPath = &$vsWhere -version '[17.0,18.0)' -products * -requires Microsoft.Component.MSBuild -property installationPath -prerelease
19+
$vsPath = &$vsWhere -version '[17.0,19.0)' -products * -requires Microsoft.Component.MSBuild -property installationPath -prerelease
2020
If ([string]::IsNullOrEmpty("$vsPath")) {
2121
Write-Error "Failed to find Visual Studio installation. Aborting." -ErrorAction Stop
2222
}

0 commit comments

Comments
 (0)