We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f098e commit a181b7dCopy full SHA for a181b7d
createpowershellmodule.ps1
@@ -93,7 +93,6 @@ 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