Skip to content

Instantly share code, notes, and snippets.

@JanneMattila
Created August 10, 2018 06:23
Show Gist options
  • Save JanneMattila/12947a569cc33e0bae3147cb8e6d680f to your computer and use it in GitHub Desktop.
Save JanneMattila/12947a569cc33e0bae3147cb8e6d680f to your computer and use it in GitHub Desktop.
Wake up developer!
# ...
# Real deployment code
# ...
if ([string]::IsNullOrEmpty($env:RELEASE_DEFINITIONNAME))
{
Write-Host "Wake up developer!"
[Console]::Beep(200,500)
[Console]::Beep(400,500)
[Console]::Beep(600,500)
[Console]::Beep(800,500)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment