Skip to content

Commit 5c6f62f

Browse files
committed
test
1 parent 36726e6 commit 5c6f62f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.ado/apple-pr.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: $(Date:yyyyMMdd).$(Rev:.r)
33

44
variables:
55
- template: variables/vars.yml
6+
- TestVar: True
67

78
trigger: none # will disable CI builds entirely
89

@@ -238,6 +239,14 @@ jobs:
238239
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
239240
persistCredentials: true # set to 'true' to leave the OAuth token in the Git config after the initial fetch
240241

242+
# Check TestVar is true
243+
- ${{ if eq(variables['TestVar'], True) }}:
244+
- task: CmdLine@2
245+
displayName: TestVar True
246+
inputs:
247+
script: |
248+
echo "TestVar is true"
249+
241250
- template: templates/apple-job-publish.yml
242251
parameters:
243252
build_type: 'dry-run'

0 commit comments

Comments
 (0)