Skip to content

Commit

Permalink
feat: Export-PipeScript Build Summary ( Fixes #914 )
Browse files Browse the repository at this point in the history
No longer tracing ValidationScript
  • Loading branch information
James Brundage committed Feb 16, 2024
1 parent c751614 commit 5817aff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Commands/PipeScript/Export-PipeScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ function Export-Pipescript {
{
if ($env:GITHUB_STEP_SUMMARY) {
@(
"<details><summary>$($CommandInfo) has a Build Validation Script.</summary>"
"<code language='PowerShell'>"
"$($commandAttribute.ScriptBlock)"
"</code>"
"</details>"
"* $($CommandInfo) has a Build Validation Script"
) -join [Environment]::Newline |
Out-File -Path $env:GITHUB_STEP_SUMMARY -Append
}
Expand Down

0 comments on commit 5817aff

Please sign in to comment.