Skip to content

Commit

Permalink
{CI} Migrate pipeline to new organization azclitools (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 authored Sep 19, 2022
1 parent 1a614e6 commit 86d44ba
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: 10

pool:
vmImage: 'ubuntu-latest'
name: 'pool-ubuntu-2004'
strategy:
matrix:
Python37:
Expand All @@ -40,7 +40,7 @@ jobs:
- job: BuildPythonWheel
condition: succeeded()
pool:
vmImage: 'ubuntu-latest'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: Use Python 3.7
Expand Down

0 comments on commit 86d44ba

Please sign in to comment.