diff --git a/src/playbook/local-build.cmd b/src/playbook/local-build.cmd index 298f89ddc9..47acd17626 100644 --- a/src/playbook/local-build.cmd +++ b/src/playbook/local-build.cmd @@ -54,12 +54,17 @@ if (!(Test-Path $configPath)) { choice /c:yn /n /m "Would you like to add a shortcut to %PATH% for the configuration file? [Y/N]" if ($LASTEXITCODE -eq 1) { New-ConfigPathShortcut} - Write-Host "" choice /c:yn /n /m "Would you like to open the config file now? [Y/N]" CreateConfig $defaultConfig if ($LASTEXITCODE -eq 1) { Start-Process -FilePath "notepad.exe" -ArgumentList $configPath -Wait } + Write-Host "" + + 3..1 | ForEach-Object { + Write-Host "`rCompleted, building playbook in $_..." -NoNewLine -ForegroundColor Yellow + Start-Sleep 1 + } } # check if path shortcut matches config path