@@ -19,35 +19,35 @@ stages:
19
19
- task : BicepBuild@0
20
20
displayName : ' Compile Sample .bicep files test (defaults with glob - forward slash)'
21
21
inputs :
22
- sourceDirectory : ' bicep_files/*.bicep'
22
+ sourceDirectory : ' bicep_files/** .bicep'
23
23
24
24
- task : BicepBuild@0
25
25
displayName : ' Compile Sample .bicep files test (defaults with glob - backward slash)'
26
26
inputs :
27
- sourceDirectory : ' bicep_files\*.bicep'
27
+ sourceDirectory : ' bicep_files\** .bicep'
28
28
29
29
- task : BicepBuild@0
30
30
displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - forward slash)'
31
31
inputs :
32
- sourceDirectory : ' **/*.bicep'
32
+ sourceDirectory : ' **/** .bicep'
33
33
34
34
- task : BicepBuild@0
35
35
displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - backward slash)'
36
36
inputs :
37
- sourceDirectory : ' **\*.bicep'
37
+ sourceDirectory : ' **\** .bicep'
38
38
39
39
- task : BicepBuild@0
40
40
displayName : ' Compile Sample .bicep files test (with output directory)'
41
41
inputs :
42
42
process : ' multiple'
43
- sourceDirectory : ' bicep_files/*.bicep'
43
+ sourceDirectory : ' bicep_files/** .bicep'
44
44
outputDirectory : ' bicep_files/out'
45
45
46
46
- task : BicepBuild@0
47
47
displayName : ' Compile Sample .bicep files test (with stdout output)'
48
48
inputs :
49
49
process : ' multiple'
50
- sourceDirectory : ' bicep_files/*.bicep'
50
+ sourceDirectory : ' bicep_files/** .bicep'
51
51
stdout : true
52
52
53
53
- task : BicepBuild@0
@@ -80,7 +80,7 @@ stages:
80
80
- task : BicepBuild@0
81
81
displayName : ' Compile Sample .bicep files test 2'
82
82
inputs :
83
- sourceDirectory : ' bicep files/*.bicep'
83
+ sourceDirectory : ' bicep files/** .bicep'
84
84
85
85
- script : ' ls -laR "bicep files"'
86
86
displayName : ' List source and generated files'
@@ -93,25 +93,25 @@ stages:
93
93
- task : BicepDecompile@0
94
94
displayName : ' Decompile Sample .json files test (defaults with glob - forward slash)'
95
95
inputs :
96
- sourceDirectory : ' arm_templates/*.json'
96
+ sourceDirectory : ' arm_templates/** .json'
97
97
98
98
- task : BicepDecompile@0
99
99
displayName : ' Decompile Sample .json files test (defaults with glob - backward slash)'
100
100
inputs :
101
- sourceDirectory : ' arm_templates\*.json'
101
+ sourceDirectory : ' arm_templates\** .json'
102
102
103
103
- task : BicepDecompile@0
104
104
displayName : ' Decompile Sample .json files test (with output directory)'
105
105
inputs :
106
106
process : ' multiple'
107
- sourceDirectory : ' arm_templates/*.json'
107
+ sourceDirectory : ' arm_templates/** .json'
108
108
outputDirectory : ' arm_templates/out'
109
109
110
110
- task : BicepDecompile@0
111
111
displayName : ' Decompile Sample .json files test (with stdout output)'
112
112
inputs :
113
113
process : ' multiple'
114
- sourceDirectory : ' arm_templates/*.json'
114
+ sourceDirectory : ' arm_templates/** .json'
115
115
stdout : true
116
116
117
117
- task : BicepDecompile@0
@@ -144,7 +144,7 @@ stages:
144
144
- task : BicepDecompile@0
145
145
displayName : ' Decompile Sample .json files test 2'
146
146
inputs :
147
- sourceDirectory : ' arm templates/*.json'
147
+ sourceDirectory : ' arm templates/** .json'
148
148
149
149
- script : ' ls -laR "arm templates"'
150
150
displayName : ' List source and generated files'
@@ -166,35 +166,35 @@ stages:
166
166
- task : BicepBuild@0
167
167
displayName : ' Compile Sample .bicep files test (defaults with glob - forward slash)'
168
168
inputs :
169
- sourceDirectory : ' bicep_files/*.bicep'
169
+ sourceDirectory : ' bicep_files/** .bicep'
170
170
171
171
- task : BicepBuild@0
172
172
displayName : ' Compile Sample .bicep files test (defaults with glob - backward slash)'
173
173
inputs :
174
- sourceDirectory : ' bicep_files\*.bicep'
174
+ sourceDirectory : ' bicep_files\** .bicep'
175
175
176
176
- task : BicepBuild@0
177
177
displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - forward slash)'
178
178
inputs :
179
- sourceDirectory : ' **/*.bicep'
179
+ sourceDirectory : ' **/** .bicep'
180
180
181
181
- task : BicepBuild@0
182
182
displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - backward slash)'
183
183
inputs :
184
- sourceDirectory : ' **\*.bicep'
184
+ sourceDirectory : ' **\** .bicep'
185
185
186
186
- task : BicepBuild@0
187
187
displayName : ' Compile Sample .bicep files test (with output directory)'
188
188
inputs :
189
189
process : ' multiple'
190
- sourceDirectory : ' bicep_files\*.bicep'
190
+ sourceDirectory : ' bicep_files\** .bicep'
191
191
outputDirectory : ' bicep_files\out'
192
192
193
193
- task : BicepBuild@0
194
194
displayName : ' Compile Sample .bicep files test (with stdout output)'
195
195
inputs :
196
196
process : ' multiple'
197
- sourceDirectory : ' bicep_files\*.bicep'
197
+ sourceDirectory : ' bicep_files\** .bicep'
198
198
stdout : true
199
199
200
200
- task : BicepBuild@0
@@ -227,7 +227,7 @@ stages:
227
227
- task : BicepBuild@0
228
228
displayName : ' Compile Sample .bicep files test 2'
229
229
inputs :
230
- sourceDirectory : ' bicep files/*.bicep'
230
+ sourceDirectory : ' bicep files/** .bicep'
231
231
232
232
- script : ' dir /s "bicep files"'
233
233
displayName : ' List source and generated files'
@@ -240,25 +240,25 @@ stages:
240
240
- task : BicepDecompile@0
241
241
displayName : ' Decompile Sample .json files test (defaults with glob - forward slash)'
242
242
inputs :
243
- sourceDirectory : ' arm_templates/*.json'
243
+ sourceDirectory : ' arm_templates/** .json'
244
244
245
245
- task : BicepDecompile@0
246
246
displayName : ' Decompile Sample .json files test (defaults with glob - backward slash)'
247
247
inputs :
248
- sourceDirectory : ' arm_templates\*.json'
248
+ sourceDirectory : ' arm_templates\** .json'
249
249
250
250
- task : BicepDecompile@0
251
251
displayName : ' Decompile Sample .json files test (with output directory)'
252
252
inputs :
253
253
process : ' multiple'
254
- sourceDirectory : ' arm_templates/*.json'
254
+ sourceDirectory : ' arm_templates/** .json'
255
255
outputDirectory : ' arm_templates/out'
256
256
257
257
- task : BicepDecompile@0
258
258
displayName : ' Decompile Sample .json files test (with stdout output)'
259
259
inputs :
260
260
process : ' multiple'
261
- sourceDirectory : ' arm_templates/*.json'
261
+ sourceDirectory : ' arm_templates/** .json'
262
262
stdout : true
263
263
264
264
- task : BicepDecompile@0
@@ -291,7 +291,7 @@ stages:
291
291
- task : BicepDecompile@0
292
292
displayName : ' Decompile Sample .json files test 2'
293
293
inputs :
294
- sourceDirectory : ' arm templates/*.json'
294
+ sourceDirectory : ' arm templates/** .json'
295
295
296
296
- script : ' dir /s "arm templates"'
297
297
displayName : ' List source and generated files'
@@ -313,35 +313,35 @@ stages:
313
313
- task : BicepBuild@0
314
314
displayName : ' Compile Sample .bicep files test (defaults with glob - forward slash)'
315
315
inputs :
316
- sourceDirectory : ' bicep_files/*.bicep'
316
+ sourceDirectory : ' bicep_files/** .bicep'
317
317
318
318
- task : BicepBuild@0
319
319
displayName : ' Compile Sample .bicep files test (defaults with glob - backward slash)'
320
320
inputs :
321
- sourceDirectory : ' bicep_files\*.bicep'
321
+ sourceDirectory : ' bicep_files\** .bicep'
322
322
323
323
- task : BicepBuild@0
324
324
displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - forward slash)'
325
325
inputs :
326
- sourceDirectory : ' **/*.bicep'
326
+ sourceDirectory : ' **/** .bicep'
327
327
328
328
- task : BicepBuild@0
329
329
displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - backward slash)'
330
330
inputs :
331
- sourceDirectory : ' **\*.bicep'
331
+ sourceDirectory : ' **\** .bicep'
332
332
333
333
- task : BicepBuild@0
334
334
displayName : ' Compile Sample .bicep files test (with output directory)'
335
335
inputs :
336
336
process : ' multiple'
337
- sourceDirectory : ' bicep_files/*.bicep'
337
+ sourceDirectory : ' bicep_files/** .bicep'
338
338
outputDirectory : ' bicep_files/out'
339
339
340
340
- task : BicepBuild@0
341
341
displayName : ' Compile Sample .bicep files test (with stdout output)'
342
342
inputs :
343
343
process : ' multiple'
344
- sourceDirectory : ' bicep_files/*.bicep'
344
+ sourceDirectory : ' bicep_files/** .bicep'
345
345
stdout : true
346
346
347
347
- task : BicepBuild@0
@@ -374,7 +374,7 @@ stages:
374
374
- task : BicepBuild@0
375
375
displayName : ' Compile Sample .bicep files test 2'
376
376
inputs :
377
- sourceDirectory : ' bicep files/*.bicep'
377
+ sourceDirectory : ' bicep files/** .bicep'
378
378
379
379
- script : ' ls -laR "bicep files"'
380
380
displayName : ' List source and generated files'
@@ -387,25 +387,25 @@ stages:
387
387
- task : BicepDecompile@0
388
388
displayName : ' Decompile Sample .json files test (defaults with glob - forward slash)'
389
389
inputs :
390
- sourceDirectory : ' arm_templates/*.json'
390
+ sourceDirectory : ' arm_templates/** .json'
391
391
392
392
- task : BicepDecompile@0
393
393
displayName : ' Decompile Sample .json files test (defaults with glob - backward slash)'
394
394
inputs :
395
- sourceDirectory : ' arm_templates\*.json'
395
+ sourceDirectory : ' arm_templates\** .json'
396
396
397
397
- task : BicepDecompile@0
398
398
displayName : ' Decompile Sample .json files test (with output directory)'
399
399
inputs :
400
400
process : ' multiple'
401
- sourceDirectory : ' arm_templates/*.json'
401
+ sourceDirectory : ' arm_templates/** .json'
402
402
outputDirectory : ' arm_templates/out'
403
403
404
404
- task : BicepDecompile@0
405
405
displayName : ' Decompile Sample .json files test (with stdout output)'
406
406
inputs :
407
407
process : ' multiple'
408
- sourceDirectory : ' arm_templates/*.json'
408
+ sourceDirectory : ' arm_templates/** .json'
409
409
stdout : true
410
410
411
411
- task : BicepDecompile@0
@@ -438,7 +438,7 @@ stages:
438
438
- task : BicepDecompile@0
439
439
displayName : ' Decompile Sample .json files test 2'
440
440
inputs :
441
- sourceDirectory : ' arm templates/*.json'
441
+ sourceDirectory : ' arm templates/** .json'
442
442
443
443
- script : ' ls -laR "arm templates"'
444
444
displayName : ' List source and generated files'
0 commit comments