-
-
Couldn't load subscription status.
- Fork 296
Closed
Labels
Description
Hi,
When we are invoking report generator from pipeline in linux, the argument parsing is not correct
This seems to be an issue here https://github.com/danielpalme/ReportGenerator/blob/master/src/ReportGenerator.Core/Program.cs#L20
The actual values of args
"\"-reports:abc.xml\"",
"\"-targetdir:/temp\""
The end values are abc.xml\ and /temp\ after regex matching is done, which is breaking the report generation