Skip to content

Commit e056d55

Browse files
committed
Make sure the progress goes away at the end of the build
1 parent b493239 commit e056d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Public/Build-Module.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,6 @@ function Build-Module {
276276
} finally {
277277
Pop-Location -StackName Build-Module -ErrorAction SilentlyContinue
278278
}
279+
Write-Progress "Building $($ModuleInfo.Name)" -Completed
279280
}
280281
}

0 commit comments

Comments
 (0)