Capitalisation error in value
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user