Skip to content

Commit

Permalink
Fixes summary with job summary #750 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Mar 29, 2023
1 parent 41794a4 commit 8e00bfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ What's changed since v2.7.0:
[#666](https://github.com/microsoft/PSRule-pipelines/pull/666)
- Bump typescript to v5.0.2.
[#736](https://github.com/microsoft/PSRule-pipelines/pull/736)
- Bug fixes:
- Fixed summary with job summary by @BernieWhite.
[#750](https://github.com/microsoft/PSRule-pipelines/issues/750)

## v2.7.0

Expand Down
1 change: 1 addition & 0 deletions tasks/ps-rule-assertV2/powershell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ try {
if ($Summary) {
$summaryPath = Join-Path -Path $Path -ChildPath 'reports/ps_rule_summary.md';
$Env:PSRULE_OUTPUT_JOBSUMMARYPATH = $summaryPath;
$invokeParams['As'] = 'Detail';
}

# Repository
Expand Down

0 comments on commit 8e00bfc

Please sign in to comment.