File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: $(Date:yyyyMMdd).$(Rev:.r)
3
3
4
4
variables :
5
5
- template : variables/vars.yml
6
+ - TestVar : True
6
7
7
8
trigger : none # will disable CI builds entirely
8
9
@@ -238,6 +239,14 @@ jobs:
238
239
submodules : recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
239
240
persistCredentials : true # set to 'true' to leave the OAuth token in the Git config after the initial fetch
240
241
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
+
241
250
- template : templates/apple-job-publish.yml
242
251
parameters :
243
252
build_type : ' dry-run'
You can’t perform that action at this time.
0 commit comments