aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-06-03 22:50:07 -0700
committerGitHub <noreply@github.com>2020-06-03 22:50:07 -0700
commit3eeeb1b0d346570813f2257238bf3ad4fe5f752d (patch)
tree5058b826d7ad23c09f8dc5269c3e7b02e5539ff8 /scripts
parent4fb225608532e9fb2fd2f5f1dbe9ec092cdc7c93 (diff)
downloadvcpkg-3eeeb1b0d346570813f2257238bf3ad4fe5f752d.tar.gz
vcpkg-3eeeb1b0d346570813f2257238bf3ad4fe5f752d.zip
[vcpkg] Add directories to x-ci-clean lost in merge conflict resolution. (#11764)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/linux/azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/linux/azure-pipelines.yml b/scripts/azure-pipelines/linux/azure-pipelines.yml
index fc0977697..83a634919 100644
--- a/scripts/azure-pipelines/linux/azure-pipelines.yml
+++ b/scripts/azure-pipelines/linux/azure-pipelines.yml
@@ -33,7 +33,7 @@ jobs:
- bash: toolsrc/build.rel/vcpkg-test
displayName: 'Run vcpkg tests'
- powershell: |
- ./vcpkg x-ci-clean
+ ./vcpkg x-ci-clean --x-xunit="$(System.ArtifactsDirectory)/xml-results/x64-linux.xml" --exclude=$skipList --binarycaching --x-binarysource=clear`;files`,/archives`,upload --x-buildtrees-root=/mnt/vcpkg-ci/buildtrees --x-install-root=/mnt/vcpkg-ci/install --x-packages-root=/mnt/vcpkg-ci/packages
$skipList = ./scripts/azure-pipelines/generate-skip-list.ps1 -Triplet "x64-linux" -BaselineFile "$(System.DefaultWorkingDirectory)/scripts/ci.baseline.txt"
mkdir $(System.ArtifactsDirectory)/xml-results
$env:HOME = '/home/agent'