Skip to content

Commit

Permalink
Merge pull request #3258 from vinitsuri/master
Browse files Browse the repository at this point in the history
Bumping up version of all CLT Tasks
  • Loading branch information
tanvi-soni authored Dec 15, 2016
2 parents fab0fcd + ceb2c9a commit aa9ea04
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Tasks/QuickPerfTest/CltTasksUtility.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function UploadSummaryMdReport($summaryMdPath)
{
Write-Verbose "Summary Markdown Path = $summaryMdPath"

if (($env:SYSTEM_HOSTTYPE -eq "build") -and (Test-Path($summaryMdPath)))
if ((Test-Path($summaryMdPath)))
{
Write-Host "##vso[task.addattachment type=Distributedtask.Core.Summary;name=Load test results;]$summaryMdPath"
}
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": 17
"Patch": 18
},
"demands": [
"msbuild",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/QuickPerfTest/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 13
"Patch": 18
},
"demands": [
"msbuild",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/RunJMeterLoadTest/CltTasksUtility.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function UploadSummaryMdReport($summaryMdPath)
{
Write-Verbose "Summary Markdown Path = $summaryMdPath"

if (($env:SYSTEM_HOSTTYPE -eq "build") -and (Test-Path($summaryMdPath)))
if ((Test-Path($summaryMdPath)))
{
Write-Host "##vso[task.addattachment type=Distributedtask.Core.Summary;name=Load test results;]$summaryMdPath"
}
Expand Down
2 changes: 1 addition & 1 deletion Tasks/RunJMeterLoadTest/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 10
"Patch": 11
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/RunJMeterLoadTest/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 9
"Patch": 11
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/RunLoadTest/CltTasksUtility.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function UploadSummaryMdReport($summaryMdPath)
{
Write-Verbose "Summary Markdown Path = $summaryMdPath"

if (($env:SYSTEM_HOSTTYPE -eq "build") -and (Test-Path($summaryMdPath)))
if ((Test-Path($summaryMdPath)))
{
Write-Host "##vso[task.addattachment type=Distributedtask.Core.Summary;name=Load test results;]$summaryMdPath"
}
Expand Down
2 changes: 1 addition & 1 deletion Tasks/RunLoadTest/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 16
"Patch": 17
},
"demands": [
"msbuild",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/RunLoadTest/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 14
"Patch": 17
},
"demands": [
"msbuild",
Expand Down

0 comments on commit aa9ea04

Please sign in to comment.