aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-09-11 13:52:18 -0700
committerGitHub <noreply@github.com>2020-09-11 13:52:18 -0700
commit6b97dbfce2159e40d71fb69b1fe05c822c43aa90 (patch)
treebefe679c8d5cb8df85be798dccb2b770cfcda2f9 /scripts
parent0896bb867b61cc35dd3d1850171b92bd2a32cf67 (diff)
downloadvcpkg-6b97dbfce2159e40d71fb69b1fe05c822c43aa90.tar.gz
vcpkg-6b97dbfce2159e40d71fb69b1fe05c822c43aa90.zip
[vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (#13421)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap.ps17
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index 0d87d6ee8..5e750df38 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -379,7 +379,7 @@ $arguments = (
"/verbosity:minimal",
"/m",
"/nologo",
-"`"$vcpkgBootstrapPath\dirs.proj`"") -join " "
+"`"$vcpkgBootstrapPath\vcpkg.vcxproj`"") -join " "
function vcpkgInvokeCommandClean()
{
@@ -432,9 +432,4 @@ Write-Verbose "Placing vcpkg.exe in the correct location"
Copy-Item "$vcpkgReleaseDir\vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
-if (-not $disableMetrics)
-{
- Copy-Item "$vcpkgReleaseDir\vcpkgmetricsuploader.exe" "$vcpkgRootDir\scripts\vcpkgmetricsuploader.exe"
-}
-
Remove-Item "$vcpkgReleaseDir" -Force -Recurse -ErrorAction SilentlyContinue