Skip to content

Commit e2ae192

Browse files
authored
{CI} Migrate knack pipeline to new organization azclitools (#267)
1 parent dcb2240 commit e2ae192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeoutInMinutes: 20
1818

1919
pool:
20-
vmImage: 'ubuntu-20.04'
20+
name: 'pool-ubuntu-2004'
2121
strategy:
2222
matrix:
2323
Python37:
@@ -50,7 +50,7 @@ jobs:
5050
- job: BuildPythonWheel
5151
condition: succeeded()
5252
pool:
53-
vmImage: 'ubuntu-20.04'
53+
name: 'pool-ubuntu-2004'
5454
steps:
5555
- task: UsePythonVersion@0
5656
displayName: Use Python 3.10

0 commit comments

Comments
 (0)