aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/linux
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-05-27 18:40:23 -0700
committerGitHub <noreply@github.com>2020-05-27 18:40:23 -0700
commitd9b4acf02d8c784927f89d23edb677408ec428af (patch)
tree305431cf6dcf02cf92ddf83ff3b071e4e49496d6 /scripts/azure-pipelines/linux
parent1982faa57b2206fd91e65a9976a67cd294f4918f (diff)
downloadvcpkg-d9b4acf02d8c784927f89d23edb677408ec428af.tar.gz
vcpkg-d9b4acf02d8c784927f89d23edb677408ec428af.zip
[vcpkg] Move CI cleaning back out of the 'ci' command into a separate command to restore cross-compilation preinstalls. (#11545)
Diffstat (limited to 'scripts/azure-pipelines/linux')
-rw-r--r--scripts/azure-pipelines/linux/azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/linux/azure-pipelines.yml b/scripts/azure-pipelines/linux/azure-pipelines.yml
index c51515148..022fc70e4 100644
--- a/scripts/azure-pipelines/linux/azure-pipelines.yml
+++ b/scripts/azure-pipelines/linux/azure-pipelines.yml
@@ -35,6 +35,7 @@ jobs:
- bash: toolsrc/build.rel/vcpkg-test
displayName: 'Run vcpkg tests'
- powershell: |
+ ./vcpkg x-ci-clean
$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'