Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit 11c5059

Browse files
authored
Workaround for docker error "HNS failed with error" on CI (#373)
1 parent 3132589 commit 11c5059

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build-pipeline/aspnet-docker-windows-images.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
}
205205
},
206206
"demands": [
207-
"Agent.OS -equals Windows_NT"
207+
"VSTS_OS -equals Windows_Server_2016_Data_Center_with_Containers"
208208
],
209209
"retentionRules": [
210210
{
@@ -250,11 +250,11 @@
250250
"processParameters": {},
251251
"quality": "definition",
252252
"queue": {
253-
"id": 330,
254-
"name": "DotNetCore-Build",
253+
"id": 832,
254+
"name": "DotNetCore-Infra",
255255
"pool": {
256-
"id": 97,
257-
"name": "DotNetCore-Build"
256+
"id": 135,
257+
"name": "DotNetCore-Infra"
258258
}
259259
},
260260
"id": 6216,

0 commit comments

Comments
 (0)