aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/osx
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/azure-pipelines/osx')
-rw-r--r--scripts/azure-pipelines/osx/azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/osx/azure-pipelines.yml b/scripts/azure-pipelines/osx/azure-pipelines.yml
index 2427a899e..b06bffb6f 100644
--- a/scripts/azure-pipelines/osx/azure-pipelines.yml
+++ b/scripts/azure-pipelines/osx/azure-pipelines.yml
@@ -7,6 +7,8 @@ jobs:
pool:
name: vcpkgAgentPool
demands: Agent.OS -equals Darwin
+ workspace:
+ clean: resources
timeoutInMinutes: 1440 # 1 day
steps:
- bash: |