diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-09-11 13:52:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-11 13:52:18 -0700 |
| commit | 6b97dbfce2159e40d71fb69b1fe05c822c43aa90 (patch) | |
| tree | befe679c8d5cb8df85be798dccb2b770cfcda2f9 /scripts/bootstrap.ps1 | |
| parent | 0896bb867b61cc35dd3d1850171b92bd2a32cf67 (diff) | |
| download | vcpkg-6b97dbfce2159e40d71fb69b1fe05c822c43aa90.tar.gz vcpkg-6b97dbfce2159e40d71fb69b1fe05c822c43aa90.zip | |
[vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (#13421)
Diffstat (limited to 'scripts/bootstrap.ps1')
| -rw-r--r-- | scripts/bootstrap.ps1 | 7 |
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 |
