From b81090e2507c6512bdc9896bab02acc68488263f Mon Sep 17 00:00:00 2001 From: MikeGitb Date: Tue, 3 Jul 2018 10:18:02 +0200 Subject: [PATCH] Fix misspelled configuration name (#3786) --- scripts/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index ef94c632ba..ac25a88d5d 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -345,7 +345,7 @@ if ($win64) $arguments = ( "`"/p:VCPKG_VERSION=-nohash`"", "`"/p:DISABLE_METRICS=$disableMetricsValue`"", -"/p:Configuration=release", +"/p:Configuration=Release", "/p:Platform=$platform", "/p:PlatformToolset=$platformToolset", "/p:TargetPlatformVersion=$windowsSDK",