File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
eng/common/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,24 @@ jobs:
106
106
${{ var.key }}: ${{ var.value }}
107
107
displayName: Run perf tests
108
108
109
+ - pwsh : |
110
+ get-content results.txt
111
+ workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
112
+ displayName: Print results.txt
113
+ condition: always()
114
+
109
115
- pwsh : |
110
116
get-content results.csv
111
117
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
112
118
displayName: Print results.csv
113
119
condition: always()
114
120
121
+ - pwsh : |
122
+ get-content results.md
123
+ workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
124
+ displayName: Print results.md
125
+ condition: always()
126
+
115
127
- pwsh : |
116
128
get-content results.json
117
129
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
You can’t perform that action at this time.
0 commit comments