mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[bootstrap.ps1] Cleanup intermediate files after build
This commit is contained in:
parent
5a1a75d2d6
commit
9cd5f5be00
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user