Skip to content

Commit

Permalink
updated build agent pool
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanann-ms committed Jun 20, 2023
1 parent 8b9da87 commit ce48f39
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vsts/node-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ parameters:

variables:
- name: vmImage
#value: 'windows-latest'
value: $[variables.${{ parameters.buildAgentVmImageVar }}]
value: 'Azure-Iot-Hub-Main-Hosted-2'
#value: $[variables.${{ parameters.buildAgentVmImageVar }}]
- name: buildPool
value: $[variables.${{ parameters.buildAgentPoolVar }}]
value: 'Azure-Iot-Hub-Main-Hosted-2'
#value: $[variables.${{ parameters.buildAgentPoolVar }}]
- name: buildFolder
value: $[ format('{0:yyyy}-{0:MM}-{0:dd}', pipeline.startTime) ]

Expand Down

0 comments on commit ce48f39

Please sign in to comment.