Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Sep 19, 2023
1 parent c8d155c commit 27d95ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Publish-ToPublicBicepRegistry {
#################
foreach ($moduleToPublish in $modulesToPublish) {
$RelPath = (($moduleToPublish.TemplateFilePath).Split('/modules/')[-1]).Split('/main.')[0]
Write-Output "::group::$(' - [{0}] [{1}]' -f $RelPath, $moduleToPublish.Version)"
Write-Verbose (' - [{0}] [{1}]' -f $RelPath, $moduleToPublish.Version) -Verbose

$functionInput = @{
TemplateFilePath = $moduleToPublish.TemplateFilePath
Expand Down

0 comments on commit 27d95ed

Please sign in to comment.