aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-01-25 15:05:30 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-01-25 15:05:51 -0800
commitd04e78815a82b52af8b36d14fd68703936199ce3 (patch)
tree548017475b5921058b3dedab9c02e32fb879ee94 /scripts
parent3d1b72ea05bd4065a3cc5eb57cac1d9277451d0f (diff)
downloadvcpkg-d04e78815a82b52af8b36d14fd68703936199ce3.tar.gz
vcpkg-d04e78815a82b52af8b36d14fd68703936199ce3.zip
[vcpkg] Do not build tests when running scripts\bootstrap.ps1.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index a37ed99aa..98ccb40ad 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -26,7 +26,7 @@ try{
$msbuildExeWithPlatformToolset = & $scriptsDir\findAnyMSBuildWithCppPlatformToolset.ps1
$msbuildExe = $msbuildExeWithPlatformToolset[0]
$platformToolset = $msbuildExeWithPlatformToolset[1]
- & $msbuildExe "/p:VCPKG_VERSION=-$gitHash" "/p:DISABLE_METRICS=$disableMetrics" /p:Configuration=Release /p:Platform=x86 /p:PlatformToolset=$platformToolset /m
+ & $msbuildExe "/p:VCPKG_VERSION=-$gitHash" "/p:DISABLE_METRICS=$disableMetrics" /p:Configuration=Release /p:Platform=x86 /p:PlatformToolset=$platformToolset /m dirs.proj
Write-Verbose("Placing vcpkg.exe in the correct location")