Skip to content

Commit dba0964

Browse files
REVERT THIS!
Temporarily require `$(Agent.Name)` = `DDMBLDW137`
1 parent 0bb1a4a commit dba0964

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ stages:
226226
jobs:
227227
- job: win_build_test
228228
displayName: Build and Test
229-
pool: $(XA.Build.Win.Pool)
229+
pool:
230+
name: $(XA.Build.Win.Pool)
231+
demands: Agent.Name -equals DDMBLDW137
230232
timeoutInMinutes: 360
231233
cancelTimeoutInMinutes: 5
232234
workspace:

0 commit comments

Comments
 (0)