Fix misspelled configuration name (#3786)

This commit is contained in:
MikeGitb 2018-07-03 10:18:02 +02:00 committed by Robert Schumacher
parent 88523125ff
commit b81090e250

View File

@ -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",