aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2021-01-07 12:51:46 -0800
committerGitHub <noreply@github.com>2021-01-07 12:51:46 -0800
commitd1ef42c0fd7b9d5ac90be74df62b12e1184d02a1 (patch)
treeb99cc8fdf5271bc5b1413ba83cf972dbf1f9ec65 /scripts
parent9ddc9173d7858ddb40b2fc0cdc73b529c390ba47 (diff)
downloadvcpkg-d1ef42c0fd7b9d5ac90be74df62b12e1184d02a1.tar.gz
vcpkg-d1ef42c0fd7b9d5ac90be74df62b12e1184d02a1.zip
[vcpkg] Restore embedded git hash behind an option. (#15472)
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 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",