Skip to content

Commit 368848e

Browse files
Update Phonebook.preview.yml for Azure Pipelines (#158)
This fixes the task beeing canceled after 30 minutes.
1 parent 1960c07 commit 368848e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure/pipelines/Phonebook.preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ jobs:
211211
displayName: 'Delay Deletion of Preview Environment'
212212
pool: server
213213
dependsOn: deploy_preview
214+
timeoutInMinutes: 725
215+
cancelTimeoutInMinutes: 725
214216
steps:
215217
- task: Delay@1
216218
inputs:
@@ -220,6 +222,7 @@ jobs:
220222
- job: delete_preview
221223
dependsOn:
222224
- delete_preview_delay
225+
condition: succeededOrFailed()
223226
displayName: 'Delete Preview Environment'
224227
pool:
225228
vmImage: 'ubuntu-16.04'

0 commit comments

Comments
 (0)