Skip to content

Commit

Permalink
chore: Remove Pester VSCode marker and enable NUnitXml output
Browse files Browse the repository at this point in the history
Remove the Pester VSCode marker and enable the NUnitXml output in the Pester configuration for better compatibility with Pester 5.6.1 and other dependencies.
  • Loading branch information
vicperdana committed Aug 20, 2024
1 parent 4e0777f commit f362bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipeline.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ task TestModule Dependencies, {
# Define Pester configuration
$pesterConfig = [PesterConfiguration]::Default
$pesterConfig.Run.PassThru = $True
$pesterConfig.Run.IncludeVSCodeMarker = $True
$pesterConfig.Outputs.NUnitXml.Enabled = $True
$pesterConfig.Outputs.NUnitXml.Path = 'reports/pester-unit.xml'

Expand Down

0 comments on commit f362bb8

Please sign in to comment.