Skip to content

Commit

Permalink
Fixing custom report dir for Jacoco (#10217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Gurram authored Apr 25, 2019
1 parent 9de3151 commit 53f8726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function run() {
let tempFolder = undefined;
const disableAutoGenerate = tl.getVariable('disable.coverage.autogenerate');

if (disableAutoGenerate) {
if (disableAutoGenerate || !autogenerateHtmlReport) {
tl.debug('disabling auto generation');
autogenerateHtmlReport = false;
tempFolder = resolvePathToSingleItem(workingDirectory, reportDirectory, true);
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishCodeCoverageResultsV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 150,
"Patch": 3
"Patch": 4
},
"demands": [],
"minimumAgentVersion": "2.102.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": 150,
"Patch": 3
"Patch": 4
},
"demands": [],
"minimumAgentVersion": "2.102.0",
Expand Down

0 comments on commit 53f8726

Please sign in to comment.