Print additional result summary formats to pipelines UI (#3842)
Co-authored-by: Mike Harder <mharder@microsoft.com>
This commit is contained in:
parent
c3ecbcddad
commit
b95cdcf709
@ -106,12 +106,24 @@ jobs:
|
||||
${{ var.key }}: ${{ var.value }}
|
||||
displayName: Run perf tests
|
||||
|
||||
- pwsh: |
|
||||
get-content results.txt
|
||||
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
|
||||
displayName: Print results.txt
|
||||
condition: always()
|
||||
|
||||
- pwsh: |
|
||||
get-content results.csv
|
||||
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
|
||||
displayName: Print results.csv
|
||||
condition: always()
|
||||
|
||||
- pwsh: |
|
||||
get-content results.md
|
||||
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
|
||||
displayName: Print results.md
|
||||
condition: always()
|
||||
|
||||
- pwsh: |
|
||||
get-content results.json
|
||||
workingDirectory: azure-sdk-tools/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/results
|
||||
|
||||
Loading…
Reference in New Issue
Block a user