Skip to content

Commit

Permalink
{CI} Migrate knack pipeline to new organization azclitools (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 committed Sep 19, 2022
1 parent dcb2240 commit e2ae192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeoutInMinutes: 20

pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
strategy:
matrix:
Python37:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- job: BuildPythonWheel
condition: succeeded()
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: Use Python 3.10
Expand Down

0 comments on commit e2ae192

Please sign in to comment.