The variable PesterOutputFormat
is not set which result in the wrong filename
#355
Labels
bug
The issue is a bug.
The variable PesterOutputFormat is not set at this time. PesterOutputFormat should default to 'NUnitXML' but can also be set through the build.yaml, so the filename generation should happen after it determined if either
OutputFormat
orOutputPath
is set, where if the latter is set, not filename generation should happen at all.Sampler/.build/tasks/Invoke-Pester.pester.build.ps1
Line 470 in bae3c9e
Expecting to generate:
but instead ends up as:
The text was updated successfully, but these errors were encountered: