From d1ef42c0fd7b9d5ac90be74df62b12e1184d02a1 Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Thu, 7 Jan 2021 12:51:46 -0800 Subject: [vcpkg] Restore embedded git hash behind an option. (#15472) --- 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 5e750df38..67a4bbbef 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -369,7 +369,7 @@ else } $arguments = ( -"`"/p:VCPKG_VERSION=-nohash`"", +"`"/p:VCPKG_VERSION=-unknownhash`"", "`"/p:DISABLE_METRICS=$disableMetricsValue`"", "/p:Configuration=Release", "/p:Platform=$platform", -- cgit v1.2.3