We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f218a commit 8562aaaCopy full SHA for 8562aaa
‎scripts/main.ps1
@@ -21,17 +21,15 @@ LogGroup 'Loading inputs' {
21
} else {
22
$env:PSMODULE_BUILD_PSMODULE_INPUT_Name
23
}
24
- Write-Host "Module name: [$moduleName]"
25
Set-GitHubOutput -Name ModuleName -Value $moduleName
26
27
$sourceFolderPath = Resolve-Path -Path 'src' | Select-Object -ExpandProperty Path
28
$moduleOutputFolderPath = Join-Path . -ChildPath 'outputs/module'
29
- Write-Host "Modules output path: [$moduleOutputFolderPath]"
30
[pscustomobject]@{
31
moduleName = $moduleName
32
sourceFolderPath = $sourceFolderPath
33
moduleOutputFolderPath = $moduleOutputFolderPath
34
- } | Format-List
+ } | Format-List | Out-String
35
36
37
LogGroup 'Build local scripts' {
0 commit comments