aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/windows
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/azure-pipelines/windows')
-rw-r--r--scripts/azure-pipelines/windows/azure-pipelines.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml
index 9b52378b5..c70eab86b 100644
--- a/scripts/azure-pipelines/windows/azure-pipelines.yml
+++ b/scripts/azure-pipelines/windows/azure-pipelines.yml
@@ -29,11 +29,8 @@ jobs:
- 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'
+ rmdir /S /Q ${{ variables.VCPKG_DOWNLOADS }} 2>&1
+ displayName: 'Clean downloads'
- task: PowerShell@2
displayName: '*** Test Modified Ports and Prepare Test Logs ***'
inputs: