This repository was archived by the owner on Feb 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
project/UnitTests/Core/Tasks Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -278,23 +278,27 @@ public void DynamicUtilityNestedTasksWithParameters_ReflectorTableInitialisedAsB
278
278
" <buildArgs></buildArgs>" +
279
279
" <buildTimeoutSeconds>15</buildTimeoutSeconds>" +
280
280
" <description>Pinging a server</description>" +
281
+ " <dynamicValues>" +
282
+ " <directValue>" +
283
+ " <parameter>TagVersion</parameter>" +
284
+ " <property>buildArgs</property>" +
285
+ " </directValue>" +
286
+ " </dynamicValues>" +
281
287
" </exec>" +
282
288
" </tasks>" +
289
+ " <dynamicValues>" +
290
+ " <directValue>" +
291
+ " <parameter>TagBuild</parameter>" +
292
+ " <property>conditions[0].value1</property>" +
293
+ " </directValue>" +
294
+ " </dynamicValues>" +
283
295
" </conditional>" +
284
296
" </tasks>" +
285
297
" <dynamicValues>" +
286
298
" <directValue>" +
287
299
" <parameter>CommitBuild</parameter>" +
288
300
" <property>conditions[1].value1</property>" +
289
301
" </directValue>" +
290
- " <directValue>" +
291
- " <parameter>TagBuild</parameter>" +
292
- " <property>tasks[1].conditions[0].value1</property>" +
293
- " </directValue>" +
294
- " <directValue>" +
295
- " <parameter>TagVersion</parameter>" +
296
- " <property>tasks[1].tasks[0].buildArgs</property>" +
297
- " </directValue>" +
298
302
" </dynamicValues>" +
299
303
"</conditional>" ;
300
304
You can’t perform that action at this time.
0 commit comments