We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b493239 commit e056d55Copy full SHA for e056d55
1 file changed
Source/Public/Build-Module.ps1
@@ -276,5 +276,6 @@ function Build-Module {
276
} finally {
277
Pop-Location -StackName Build-Module -ErrorAction SilentlyContinue
278
}
279
+ Write-Progress "Building $($ModuleInfo.Name)" -Completed
280
281
0 commit comments