Skip to content

Commit

Permalink
Merge pull request #10326 from danielpalme/patch-1
Browse files Browse the repository at this point in the history
Update ReportGenerator
  • Loading branch information
karanjitsingh authored May 17, 2019
2 parents 085d219 + 7997753 commit a2b13d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Tasks/PublishCodeCoverageResultsV1/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"externals": {
"archivePackages": [
{
"url": "https://github.com/danielpalme/ReportGenerator/releases/download/v4.0.15/ReportGenerator_4.0.15.zip",
"url": "https://github.com/danielpalme/ReportGenerator/releases/download/v4.1.5/ReportGenerator_4.1.5.zip",
"dest": "./"
}
]
}
}
}
4 changes: 2 additions & 2 deletions Tasks/PublishCodeCoverageResultsV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 152,
"Patch": 1
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "2.102.0",
Expand Down Expand Up @@ -92,4 +92,4 @@
"UpgradeAgentMessage": "Please upgrade your agent version. https://github.com/Microsoft/vsts-agent/releases",
"GeneratedHtmlReport": "Generated code coverage html report: %s"
}
}
}
4 changes: 2 additions & 2 deletions Tasks/PublishCodeCoverageResultsV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 152,
"Patch": 1
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "2.102.0",
Expand Down Expand Up @@ -92,4 +92,4 @@
"UpgradeAgentMessage": "ms-resource:loc.messages.UpgradeAgentMessage",
"GeneratedHtmlReport": "ms-resource:loc.messages.GeneratedHtmlReport"
}
}
}

0 comments on commit a2b13d7

Please sign in to comment.