mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[vcpkg-ci] Do not delete log files
This commit is contained in:
parent
d794a6287a
commit
e288a87b9f
@ -6,7 +6,7 @@ New-Item -type file downloads\AlwaysAllowDownloads -errorAction SilentlyContinue
|
||||
if (-not $?) { throw $? }
|
||||
|
||||
# Clear out any intermediate files from the previous build
|
||||
Get-ChildItem buildtrees/*/* | ? Name -ne "src" | Remove-Item -Recurse -Force
|
||||
Get-ChildItem buildtrees/*/* | ? { $_.Name -ne "src" -and $_.Extension -ne ".log"} | Remove-Item -Recurse -Force
|
||||
|
||||
# Purge any outdated packages
|
||||
./vcpkg remove --outdated --recurse
|
||||
|
Loading…
x
Reference in New Issue
Block a user