aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-11-01 01:36:37 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-11-01 01:36:37 -0700
commit9cd5f5be00adf42de40db6648793ebe12c7a0dc9 (patch)
tree71065f9cddc8dafa85871d553e2d93aee2e121f7 /scripts/bootstrap.ps1
parent5a1a75d2d6bb27675bca2f009c7ae5579e84cea7 (diff)
downloadvcpkg-9cd5f5be00adf42de40db6648793ebe12c7a0dc9.tar.gz
vcpkg-9cd5f5be00adf42de40db6648793ebe12c7a0dc9.zip
[bootstrap.ps1] Cleanup intermediate files after build
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index 216e3fb09..200d47bd1 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -390,3 +390,4 @@ Write-Verbose("Placing vcpkg.exe in the correct location")
Copy-Item "$vcpkgReleaseDir\vcpkg.exe" "$vcpkgRootDir\vcpkg.exe" | Out-Null
Copy-Item "$vcpkgReleaseDir\vcpkgmetricsuploader.exe" "$vcpkgRootDir\scripts\vcpkgmetricsuploader.exe" | Out-Null
+Remove-Item "$vcpkgReleaseDir" -Force -Recurse -ErrorAction SilentlyContinue