@@ -17,27 +17,37 @@ stages:
17
17
sourceDirectory : ' bicep_files/'
18
18
19
19
- task : BicepBuild@0
20
- displayName : ' Compile Sample .bicep files test (defaults with glob)'
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
- displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob )'
25
+ displayName : ' Compile Sample .bicep files test (defaults with glob - backward slash )'
26
26
inputs :
27
- sourceDirectory : ' **/**.bicep'
27
+ sourceDirectory : ' bicep_files\*.bicep'
28
+
29
+ - task : BicepBuild@0
30
+ displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - forward slash)'
31
+ inputs :
32
+ sourceDirectory : ' **/*.bicep'
33
+
34
+ - task : BicepBuild@0
35
+ displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - backward slash)'
36
+ inputs :
37
+ sourceDirectory : ' **\*.bicep'
28
38
29
39
- task : BicepBuild@0
30
40
displayName : ' Compile Sample .bicep files test (with output directory)'
31
41
inputs :
32
42
process : ' multiple'
33
- sourceDirectory : ' bicep_files/** .bicep'
43
+ sourceDirectory : ' bicep_files/*.bicep'
34
44
outputDirectory : ' bicep_files/out'
35
45
36
46
- task : BicepBuild@0
37
47
displayName : ' Compile Sample .bicep files test (with stdout output)'
38
48
inputs :
39
49
process : ' multiple'
40
- sourceDirectory : ' bicep_files/** .bicep'
50
+ sourceDirectory : ' bicep_files/*.bicep'
41
51
stdout : true
42
52
43
53
- task : BicepBuild@0
@@ -70,7 +80,7 @@ stages:
70
80
- task : BicepBuild@0
71
81
displayName : ' Compile Sample .bicep files test 2'
72
82
inputs :
73
- sourceDirectory : ' bicep files/** .bicep'
83
+ sourceDirectory : ' bicep files/*.bicep'
74
84
75
85
- script : ' ls -laR "bicep files"'
76
86
displayName : ' List source and generated files'
@@ -81,22 +91,27 @@ stages:
81
91
sourceDirectory : ' arm_templates/'
82
92
83
93
- task : BicepDecompile@0
84
- displayName : ' Decompile Sample .json files test (defaults with glob)'
94
+ displayName : ' Decompile Sample .json files test (defaults with glob - forward slash)'
95
+ inputs :
96
+ sourceDirectory : ' arm_templates/*.json'
97
+
98
+ - task : BicepDecompile@0
99
+ displayName : ' Decompile Sample .json files test (defaults with glob - backward slash)'
85
100
inputs :
86
- sourceDirectory : ' arm_templates/* *.json'
101
+ sourceDirectory : ' arm_templates\ *.json'
87
102
88
103
- task : BicepDecompile@0
89
104
displayName : ' Decompile Sample .json files test (with output directory)'
90
105
inputs :
91
106
process : ' multiple'
92
- sourceDirectory : ' arm_templates/** .json'
107
+ sourceDirectory : ' arm_templates/*.json'
93
108
outputDirectory : ' arm_templates/out'
94
109
95
110
- task : BicepDecompile@0
96
111
displayName : ' Decompile Sample .json files test (with stdout output)'
97
112
inputs :
98
113
process : ' multiple'
99
- sourceDirectory : ' arm_templates/** .json'
114
+ sourceDirectory : ' arm_templates/*.json'
100
115
stdout : true
101
116
102
117
- task : BicepDecompile@0
@@ -129,7 +144,7 @@ stages:
129
144
- task : BicepDecompile@0
130
145
displayName : ' Decompile Sample .json files test 2'
131
146
inputs :
132
- sourceDirectory : ' arm templates/** .json'
147
+ sourceDirectory : ' arm templates/*.json'
133
148
134
149
- script : ' ls -laR "arm templates"'
135
150
displayName : ' List source and generated files'
@@ -149,27 +164,37 @@ stages:
149
164
sourceDirectory : ' bicep_files/'
150
165
151
166
- task : BicepBuild@0
152
- displayName : ' Compile Sample .bicep files test (defaults with glob)'
167
+ displayName : ' Compile Sample .bicep files test (defaults with glob - forward slash )'
153
168
inputs :
154
- sourceDirectory : ' bicep_files/** .bicep'
169
+ sourceDirectory : ' bicep_files/*.bicep'
155
170
156
171
- task : BicepBuild@0
157
- displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob )'
172
+ displayName : ' Compile Sample .bicep files test (defaults with glob - backward slash )'
158
173
inputs :
159
- sourceDirectory : ' **/**.bicep'
174
+ sourceDirectory : ' bicep_files\*.bicep'
175
+
176
+ - task : BicepBuild@0
177
+ displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - forward slash)'
178
+ inputs :
179
+ sourceDirectory : ' **/*.bicep'
180
+
181
+ - task : BicepBuild@0
182
+ displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - backward slash)'
183
+ inputs :
184
+ sourceDirectory : ' **\*.bicep'
160
185
161
186
- task : BicepBuild@0
162
187
displayName : ' Compile Sample .bicep files test (with output directory)'
163
188
inputs :
164
189
process : ' multiple'
165
- sourceDirectory : ' bicep_files\** .bicep'
190
+ sourceDirectory : ' bicep_files\*.bicep'
166
191
outputDirectory : ' bicep_files\out'
167
192
168
193
- task : BicepBuild@0
169
194
displayName : ' Compile Sample .bicep files test (with stdout output)'
170
195
inputs :
171
196
process : ' multiple'
172
- sourceDirectory : ' bicep_files\** .bicep'
197
+ sourceDirectory : ' bicep_files\*.bicep'
173
198
stdout : true
174
199
175
200
- task : BicepBuild@0
@@ -202,7 +227,7 @@ stages:
202
227
- task : BicepBuild@0
203
228
displayName : ' Compile Sample .bicep files test 2'
204
229
inputs :
205
- sourceDirectory : ' bicep files/** .bicep'
230
+ sourceDirectory : ' bicep files/*.bicep'
206
231
207
232
- script : ' dir /s "bicep files"'
208
233
displayName : ' List source and generated files'
@@ -213,22 +238,27 @@ stages:
213
238
sourceDirectory : ' arm_templates/'
214
239
215
240
- task : BicepDecompile@0
216
- displayName : ' Decompile Sample .json files test (defaults with glob)'
241
+ displayName : ' Decompile Sample .json files test (defaults with glob - forward slash)'
242
+ inputs :
243
+ sourceDirectory : ' arm_templates/*.json'
244
+
245
+ - task : BicepDecompile@0
246
+ displayName : ' Decompile Sample .json files test (defaults with glob - backward slash)'
217
247
inputs :
218
- sourceDirectory : ' arm_templates/* *.json'
248
+ sourceDirectory : ' arm_templates\ *.json'
219
249
220
250
- task : BicepDecompile@0
221
251
displayName : ' Decompile Sample .json files test (with output directory)'
222
252
inputs :
223
253
process : ' multiple'
224
- sourceDirectory : ' arm_templates/** .json'
254
+ sourceDirectory : ' arm_templates/*.json'
225
255
outputDirectory : ' arm_templates/out'
226
256
227
257
- task : BicepDecompile@0
228
258
displayName : ' Decompile Sample .json files test (with stdout output)'
229
259
inputs :
230
260
process : ' multiple'
231
- sourceDirectory : ' arm_templates/** .json'
261
+ sourceDirectory : ' arm_templates/*.json'
232
262
stdout : true
233
263
234
264
- task : BicepDecompile@0
@@ -261,7 +291,7 @@ stages:
261
291
- task : BicepDecompile@0
262
292
displayName : ' Decompile Sample .json files test 2'
263
293
inputs :
264
- sourceDirectory : ' arm templates/** .json'
294
+ sourceDirectory : ' arm templates/*.json'
265
295
266
296
- script : ' dir /s "arm templates"'
267
297
displayName : ' List source and generated files'
@@ -281,27 +311,37 @@ stages:
281
311
sourceDirectory : ' bicep_files/'
282
312
283
313
- task : BicepBuild@0
284
- displayName : ' Compile Sample .bicep files test (defaults with glob)'
314
+ displayName : ' Compile Sample .bicep files test (defaults with glob - forward slash)'
315
+ inputs :
316
+ sourceDirectory : ' bicep_files/*.bicep'
317
+
318
+ - task : BicepBuild@0
319
+ displayName : ' Compile Sample .bicep files test (defaults with glob - backward slash)'
285
320
inputs :
286
- sourceDirectory : ' bicep_files/* *.bicep'
321
+ sourceDirectory : ' bicep_files\ *.bicep'
287
322
288
323
- task : BicepBuild@0
289
- displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob)'
324
+ displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - forward slash )'
290
325
inputs :
291
- sourceDirectory : ' **/**.bicep'
326
+ sourceDirectory : ' **/*.bicep'
327
+
328
+ - task : BicepBuild@0
329
+ displayName : ' Compile Sample .bicep files test (all in entire directory tree with glob - backward slash)'
330
+ inputs :
331
+ sourceDirectory : ' **\*.bicep'
292
332
293
333
- task : BicepBuild@0
294
334
displayName : ' Compile Sample .bicep files test (with output directory)'
295
335
inputs :
296
336
process : ' multiple'
297
- sourceDirectory : ' bicep_files/** .bicep'
337
+ sourceDirectory : ' bicep_files/*.bicep'
298
338
outputDirectory : ' bicep_files/out'
299
339
300
340
- task : BicepBuild@0
301
341
displayName : ' Compile Sample .bicep files test (with stdout output)'
302
342
inputs :
303
343
process : ' multiple'
304
- sourceDirectory : ' bicep_files/** .bicep'
344
+ sourceDirectory : ' bicep_files/*.bicep'
305
345
stdout : true
306
346
307
347
- task : BicepBuild@0
@@ -334,7 +374,7 @@ stages:
334
374
- task : BicepBuild@0
335
375
displayName : ' Compile Sample .bicep files test 2'
336
376
inputs :
337
- sourceDirectory : ' bicep files/** .bicep'
377
+ sourceDirectory : ' bicep files/*.bicep'
338
378
339
379
- script : ' ls -laR "bicep files"'
340
380
displayName : ' List source and generated files'
@@ -345,22 +385,27 @@ stages:
345
385
sourceDirectory : ' arm_templates/'
346
386
347
387
- task : BicepDecompile@0
348
- displayName : ' Decompile Sample .json files test (defaults with glob)'
388
+ displayName : ' Decompile Sample .json files test (defaults with glob - forward slash)'
389
+ inputs :
390
+ sourceDirectory : ' arm_templates/*.json'
391
+
392
+ - task : BicepDecompile@0
393
+ displayName : ' Decompile Sample .json files test (defaults with glob - backward slash)'
349
394
inputs :
350
- sourceDirectory : ' arm_templates/* *.json'
395
+ sourceDirectory : ' arm_templates\ *.json'
351
396
352
397
- task : BicepDecompile@0
353
398
displayName : ' Decompile Sample .json files test (with output directory)'
354
399
inputs :
355
400
process : ' multiple'
356
- sourceDirectory : ' arm_templates/** .json'
401
+ sourceDirectory : ' arm_templates/*.json'
357
402
outputDirectory : ' arm_templates/out'
358
403
359
404
- task : BicepDecompile@0
360
405
displayName : ' Decompile Sample .json files test (with stdout output)'
361
406
inputs :
362
407
process : ' multiple'
363
- sourceDirectory : ' arm_templates/** .json'
408
+ sourceDirectory : ' arm_templates/*.json'
364
409
stdout : true
365
410
366
411
- task : BicepDecompile@0
@@ -393,7 +438,7 @@ stages:
393
438
- task : BicepDecompile@0
394
439
displayName : ' Decompile Sample .json files test 2'
395
440
inputs :
396
- sourceDirectory : ' arm templates/** .json'
441
+ sourceDirectory : ' arm templates/*.json'
397
442
398
443
- script : ' ls -laR "arm templates"'
399
444
displayName : ' List source and generated files'
0 commit comments