diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index e1a26924..49fd7174 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -40,7 +40,7 @@ stages: - stage: Test jobs: - ${{ each item in parameters.matrix }}: - ${{ if or(eq(variables['Build.Reason'], 'PullRequest'), item.value.only_pr) }}: + ${{ if or(eq(variables['Build.Reason'], 'PullRequest'), item.Value.only_pr) }}: - job: ${{ item.Key }} pool: vmImage: ${{ item.Value.img }}