Skip to content

Commit

Permalink
find vs 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jan 3, 2024
1 parent 2afe717 commit 5f90354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ FakesAssemblies/
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml
/WeGarbleTests__
/thirdparty
kProbe_data_*

*.VC.db
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/findvs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Write-Host "vswhere found at: $vsWhere" -ForegroundColor Yellow
#
# Get path to Visual Studio installation using vswhere.
#
$vsPath = &$vsWhere -version '[17.0,18.0)' -products * -requires Microsoft.Component.MSBuild -property installationPath -prerelease
$vsPath = &$vsWhere -version '[17.0,19.0)' -products * -requires Microsoft.Component.MSBuild -property installationPath -prerelease
If ([string]::IsNullOrEmpty("$vsPath")) {
Write-Error "Failed to find Visual Studio installation. Aborting." -ErrorAction Stop
}
Expand Down

0 comments on commit 5f90354

Please sign in to comment.