Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- job: CredScan
displayName: "Credential Scan"
pool:
vmImage: "windows-2019"
name: 'pool-windows-2019'
steps:
- task: ms-codeanalysis.vss-microsoft-security-code-analysis-devops.build-task-credscan.CredScan@2
displayName: 'Run Credential Scanner'
Expand All @@ -37,7 +37,7 @@ jobs:
- job: CheckLicenseHeader
displayName: "Check License"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- job: StaticAnalysis
displayName: "Static Analysis"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.6'
Expand All @@ -82,7 +82,7 @@ jobs:
- job: IndexVerify
displayName: "Verify Extensions Index"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
Expand All @@ -99,7 +99,7 @@ jobs:
- job: SourceTests
displayName: "Integration Tests, Build Tests"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
strategy:
matrix:
Python36:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
displayName: "CLI Linter on Modified Extensions"
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- job: IndexRefDocVerify
displayName: "Verify Ref Docs"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
Expand Down