From bd2dbb2ce50ecb31ea8206ede7975041cd6d75eb Mon Sep 17 00:00:00 2001 From: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Date: Thu, 2 Jul 2020 07:58:04 +0800 Subject: [vcpkg] Update message in bootstrap.ps1 (#12145) * [vcpkg] Update message in bootstrap.ps1 * Update docs/users/integration.md --- scripts/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index fdbdf65ac..c062e58da 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -140,7 +140,7 @@ function findAnyMSBuildWithCppPlatformToolset([string]$withVSPath) $VisualStudioInstances = getVisualStudioInstances if ($null -eq $VisualStudioInstances) { - throw "Could not find Visual Studio. VS2015 or VS2017 (with C++) needs to be installed." + throw "Could not find Visual Studio. VS2015, VS2017, or VS2019 (with C++) needs to be installed." } Write-Verbose "VS Candidates:`n`r$([system.String]::Join([Environment]::NewLine, $VisualStudioInstances))" -- cgit v1.2.3