mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 01:03:19 +08:00
Avoid rmdir the downloads directory is nonexistent. (#19314)
This commit is contained in:
parent
403c952a0c
commit
6b6b1e3b0b
@ -29,7 +29,7 @@ jobs:
|
||||
- script: .\bootstrap-vcpkg.bat
|
||||
displayName: 'Bootstrap vcpkg'
|
||||
- script: |
|
||||
rmdir /S /Q ${{ variables.VCPKG_DOWNLOADS }} 2>&1
|
||||
if exist ${{ variables.VCPKG_DOWNLOADS }} rmdir /S /Q ${{ variables.VCPKG_DOWNLOADS }} 2>&1
|
||||
displayName: 'Clean downloads'
|
||||
- task: PowerShell@2
|
||||
displayName: '*** Test Modified Ports and Prepare Test Logs ***'
|
||||
|
Loading…
Reference in New Issue
Block a user