File tree 2 files changed +16
-0
lines changed 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,10 @@ jobs:
291
291
beforeBuild :
292
292
- powershell : " & ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
293
293
displayName : Setup IISExpress test certificates and schema
294
+ artifacts :
295
+ - name : Windows_Test_Logs
296
+ path : artifacts/logs/
297
+ publishOnError : true
294
298
- template : jobs/default-build.yml
295
299
parameters :
296
300
condition : ne(variables['SkipTests'], 'true')
@@ -302,6 +306,10 @@ jobs:
302
306
beforeBuild :
303
307
- bash : " ./eng/scripts/install-nginx-mac.sh"
304
308
displayName : Installing Nginx
309
+ artifacts :
310
+ - name : MacOS_Test_Logs
311
+ path : artifacts/logs/
312
+ publishOnError : true
305
313
- template : jobs/default-build.yml
306
314
parameters :
307
315
condition : ne(variables['SkipTests'], 'true')
@@ -313,6 +321,10 @@ jobs:
313
321
beforeBuild :
314
322
- bash : " ./eng/scripts/install-nginx-linux.sh"
315
323
displayName : Installing Nginx
324
+ artifacts :
325
+ - name : Linux_Test_Logs
326
+ path : artifacts/logs/
327
+ publishOnError : true
316
328
- template : jobs/iisintegration-job.yml
317
329
parameters :
318
330
condition : ne(variables['SkipTests'], 'true')
Original file line number Diff line number Diff line change 14
14
condition : always()
15
15
jobName : ANCM_${{ parameters.TestGroupName }}
16
16
jobDisplayName : " Test: ANCM ${{ parameters.TestGroupName }}"
17
+ artifacts :
18
+ - name : IIS_${{ parameters.TestGroupName }}_Logs
19
+ path : artifacts/logs/
20
+ publishOnError : true
You can’t perform that action at this time.
0 commit comments