File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -198,3 +198,8 @@ jobs:
198
198
$(activate.method) ${{ artifact.name }}
199
199
python -m pytest $(conda.build)/${{ checkout.checkout_path }}/${{ checkout.package }}
200
200
displayName: 'Run Tests for ${{ checkout.package }}'
201
+
202
+ - ${{if eq(parameters.TestProxy, true) }} :
203
+ - pwsh : |
204
+ cat $(Build.SourcesDirectory)/test-proxy.log
205
+ displayName: Dump Test-Proxy Logs
Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ steps:
63
63
${{ parameters.ToxEnvParallel }}
64
64
env : ${{ parameters.EnvVars }}
65
65
66
+ - ${{if eq(parameters.TestProxy, true) }} :
67
+ - pwsh : |
68
+ cat $(Build.SourcesDirectory)/test-proxy.log
69
+ displayName: Dump Test-Proxy Logs
70
+
66
71
- task : PublishPipelineArtifact@1
67
72
displayName : Publish Tox Logs
68
73
condition : failed()
You can’t perform that action at this time.
0 commit comments