Skip to content

Commit

Permalink
add debugging verbose statements
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi committed Apr 22, 2024
1 parent 96d4307 commit 33d1e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ End {
foreach($channelGroup in $channelGroups)
{
$channelName = $channelGroup.Name
Write-Verbose "generating $channelName json"
Write-Verbose "generating $channelName json for $($channelGroup.Values)"
$ciFolder = Join-Path -Path $PSScriptRoot -ChildPath '.vsts-ci'
$channelReleaseStagePath = Join-Path -Path $ciFolder -ChildPath "$($channelName)ReleaseStage.yml"
Write-Verbose -Verbose "releaseStage file: $channelReleaseStagePath"
Expand Down Expand Up @@ -745,6 +745,7 @@ End {
}))

# Call method to write the part of the yaml file that is unique for each image based template call.
Write-Verbose -Verbose "calling method to populate yaml for $channelName for $($channelGroup.Values)"
Get-TemplatePopulatedYaml -YamlFilePath $channelReleaseStagePath -ImageInfo $tag
}
}
Expand Down

0 comments on commit 33d1e6b

Please sign in to comment.