Skip to content

Commit a77b621

Browse files
authored
we are using a pool not a specific vmImage (Azure#16213)
1 parent 411c0ef commit a77b621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
- 'Build'
234234

235235
pool:
236-
vmImage: ${{ parameters.LinuxPool }}
236+
name: ${{ parameters.LinuxPool }}
237237

238238
steps:
239239
- template: ../steps/test_regression.yml

0 commit comments

Comments
 (0)