Skip to content

Report generation fails in linux when quotes are used #225

@nigurr

Description

@nigurr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions