We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57113c8 commit 68f098eCopy full SHA for 68f098e
createpowershellmodule.ps1
@@ -93,6 +93,7 @@ try
93
94
Write-Host "::group::Creating module [$($modulePath)]"
95
Set-Content -Path $modulePath -Value $stringbuilder.ToString()
96
+ $stringbuilder.ToString()
97
Write-Host "BuildModule task completed successfully."
98
Write-Host "::endgroup::"
99
0 commit comments