Skip to content

Commit

Permalink
chore: per-platform commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 22, 2021
1 parent 7d15707 commit 094834f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion build/ci/.azure-devops-pipeline-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@ jobs:
displayName: 'Pipeline Validations'
dependsOn: Commitsar

strategy:
matrix:
Ubuntu:
localVmImage: 'ubuntu-latest'

Windows:
localVmImage: 'windows-latest'

macOS:
localVmImage: 'macos-latest'

pool:
vmImage: ${{ parameters.vmImage }}
vmImage: $(localVmImage)

steps:
- checkout: self
Expand Down

0 comments on commit 094834f

Please sign in to comment.