Skip to content

Commit

Permalink
Merge pull request #3614 from Microsoft/users/shivash/quickperftestfix
Browse files Browse the repository at this point in the history
Updated the load test results Uri being shown in the summary
  • Loading branch information
cltshivash authored Feb 15, 2017
2 parents 0de7ee0 + df12b35 commit e67cf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tasks/QuickPerfTest/Invoke-QuickPerfTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if ($drop.dropType -eq "InPlaceDrop")
$thresholdImage="bowtie-status-success"
}
$summary = ('[Test Run: {0}]({1}) using {2}.<br/>' -f $run.runNumber, $webResultsUrl ,$run.name)
$summary = ('<span class="bowtie-icon {3}" /> {4}<br/>[Test Run: {0}]({1}) using {2}.<br/>' -f $run.runNumber, $webResultsUri , $run.name, $thresholdImage, $thresholdMessage)
$summary = ('<span class="bowtie-icon {3}" /> {4}<br/>[Test Run: {0}]({1}) using {2}.<br/>' -f $run.runNumber, $webResultsUrl , $run.name, $thresholdImage, $thresholdMessage)

('<p>{0}</p>' -f $summary) | Out-File $summaryFile -Encoding ascii -Append
UploadSummaryMdReport $summaryFile
Expand Down
2 changes: 1 addition & 1 deletion Tasks/QuickPerfTest/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 19
"Patch": 20
},
"demands": [
"msbuild",
Expand Down

0 comments on commit e67cf7f

Please sign in to comment.