diff options
Diffstat (limited to 'scripts/azure-pipelines')
| -rw-r--r-- | scripts/azure-pipelines/windows/azure-pipelines.yml | 6 |
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:
|
