Skip to content

Commit

Permalink
Reverted PR #13861
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-bryzgalov committed Nov 20, 2020
1 parent f65985e commit c64d28e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async function generateHtmlReport(summaryFile: string, targetDir: string, pathTo
dotnet = tl.tool(path.join(__dirname, 'net47', 'ReportGenerator.exe'));
} else {
dotnet = tl.tool(dotnetPath);
dotnet.arg(GetQuotesSurroundedPath(path.join(__dirname, 'netcoreapp2.0', 'ReportGenerator.dll')));
dotnet.arg(path.join(__dirname, 'netcoreapp2.0', 'ReportGenerator.dll'));
}

dotnet.arg('-reports:' + GetQuotesSurroundedPath(summaryFile));
Expand Down

0 comments on commit c64d28e

Please sign in to comment.