Skip to content

Commit

Permalink
Merge pull request #2823 from gep13/feature/GH-2822
Browse files Browse the repository at this point in the history
(GH-2822) Add support for .Net Global Tool
  • Loading branch information
bjorkstromm authored Jul 4, 2020
2 parents 3648944 + 7b3625e commit 2261087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected override string GetToolName()
/// <returns>The tool executable name.</returns>
protected override IEnumerable<string> GetToolExecutableNames()
{
return new[] { "ReportGenerator.exe" };
return new[] { "ReportGenerator.exe", "reportgenerator" };
}

private void AppendQuoted(ProcessArgumentBuilder builder, string key, string value)
Expand Down

0 comments on commit 2261087

Please sign in to comment.