Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-pipeline/aspnet-docker-linux-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
{
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"continueOnError": true,
"alwaysRun": true,
"displayName": "Cleanup Docker",
"timeoutInMinutes": 0,
"condition": "always()",
Expand Down
4 changes: 2 additions & 2 deletions build-pipeline/aspnet-docker-post-image-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
{
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"continueOnError": true,
"alwaysRun": true,
"displayName": "Cleanup Docker",
"timeoutInMinutes": 0,
"condition": "always()",
Expand Down
14 changes: 7 additions & 7 deletions build-pipeline/aspnet-docker-windows-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
},
{
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"continueOnError": true,
"alwaysRun": true,
"displayName": "Cleanup Docker",
"timeoutInMinutes": 0,
"condition": "always()",
Expand Down Expand Up @@ -217,7 +217,7 @@
}
],
"jobAuthorizationScope": "projectCollection",
"jobTimeoutInMinutes": 60,
"jobTimeoutInMinutes": 90,
"jobCancelTimeoutInMinutes": 5,
"repository": {
"properties": {
Expand All @@ -244,11 +244,11 @@
"processParameters": {},
"quality": "definition",
"queue": {
"id": 159,
"name": "DotNetCore-Test",
"id": 330,
"name": "DotNetCore-Build",
"pool": {
"id": 83,
"name": "DotNetCore-Test"
"id": 97,
"name": "DotNetCore-Build"
}
},
"id": 6216,
Expand Down