aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-05-26 13:40:48 -0700
committerGitHub <noreply@github.com>2021-05-26 13:40:48 -0700
commit0e914ba681d3f1298e99d3d1150671b3e689655c (patch)
treeb265589d086faf5579b81cf6db1abe163044e902 /scripts/azure-pipelines
parentf2f9f7993a605401ed7f0b79f77349a7264fa95e (diff)
downloadvcpkg-0e914ba681d3f1298e99d3d1150671b3e689655c.tar.gz
vcpkg-0e914ba681d3f1298e99d3d1150671b3e689655c.zip
[scripts-audit] Rollup 2021-05-21 (#18112)
* [scripts-audit] vcpkg_acquire_msys (#17687) * [vcpkg.cmake] Change find_package function -> macro in order to shorten trace (#17997) switch from function to macro * [scripts-audit] z_vcpkg_apply_patches (#18013) * [scripts-audit] z_vcpkg_escape_regex_control_characters (#18013) * [scripts-audit] vcpkg_fail_port_install (#18054) Note that this change allows existing failures; it changes MATCHES to STREQUAL, meaning that vcpkg_fail_port_install(ON_ARCH "arm") now succeeds on arm64; this change in behavior is fine (IMO) since it strictly succeeds when it used to fail.
Diffstat (limited to 'scripts/azure-pipelines')
-rw-r--r--scripts/azure-pipelines/windows/azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml
index c2d74b8bc..f7d52656a 100644
--- a/scripts/azure-pipelines/windows/azure-pipelines.yml
+++ b/scripts/azure-pipelines/windows/azure-pipelines.yml
@@ -25,6 +25,12 @@ jobs:
# Note: D: is the Azure machines' temporary disk.
- script: .\bootstrap-vcpkg.bat
displayName: 'Bootstrap vcpkg'
+ - script: |
+ dir ${{ variables.VCPKG_DOWNLOADS }} 2>&1 || (call )
+ dir ${{ variables.VCPKG_DOWNLOADS }}\tools 2>&1 || (call )
+ dir ${{ variables.VCPKG_DOWNLOADS }}\tools\msys2 2>&1 || (call )
+ rmdir /S /Q ${{ variables.VCPKG_DOWNLOADS }}\tools\msys2 2>&1 || (call )
+ displayName: 'Clean msys2 downloads'
- task: PowerShell@2
displayName: '*** Test Modified Ports and Prepare Test Logs ***'
inputs: