File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,6 @@ FakesAssemblies/
210
210
GeneratedArtifacts /
211
211
_Pvt_Extensions /
212
212
ModelManifest.xml
213
- /WeGarbleTests__
214
- /thirdparty
215
213
kProbe_data_ *
216
214
217
215
* .VC.db
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Write-Host "vswhere found at: $vsWhere" -ForegroundColor Yellow
16
16
#
17
17
# Get path to Visual Studio installation using vswhere.
18
18
#
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
20
20
If ([string ]::IsNullOrEmpty(" $vsPath " )) {
21
21
Write-Error " Failed to find Visual Studio installation. Aborting." - ErrorAction Stop
22
22
}
You can’t perform that action at this time.
0 commit comments