Skip to content

Commit 68f098e

Browse files
output the module
1 parent 57113c8 commit 68f098e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

createpowershellmodule.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ try
9393

9494
Write-Host "::group::Creating module [$($modulePath)]"
9595
Set-Content -Path $modulePath -Value $stringbuilder.ToString()
96+
$stringbuilder.ToString()
9697
Write-Host "BuildModule task completed successfully."
9798
Write-Host "::endgroup::"
9899
Write-Host "::endgroup::"

0 commit comments

Comments
 (0)