Skip to content

Instantly share code, notes, and snippets.

@OksanaH
Last active August 31, 2021 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OksanaH/3103aec44150ae1c84a68cd947b0e296 to your computer and use it in GitHub Desktop.
Save OksanaH/3103aec44150ae1c84a68cd947b0e296 to your computer and use it in GitHub Desktop.
CDKPipelinesPipelineStack.cs
var reports = new Dictionary<string, object>()
{
{
"reports", new Dictionary<string, object>()
{
{
reportGroup.ReportGroupArn, new Dictionary<string,object>()
{
{ "file-format", "VisualStudioTrx" },
{ "files", "**/*" },
{ "base-directory", "App/testresults" }
}
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment