You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
$startTime = $(Get-Date)
|
|
|
|
docker-compose build --build-arg RUN=scripts/restore-packages
|
|
|
|
$elapsedTime = $(Get-Date) - $startTime
|
|
|
|
$elapsedTime
|
|
|
|
# "Beep" from: http://jeffwouters.nl/index.php/2012/03/get-your-geek-on-with-powershell-and-some-music/
|
|
[console]::beep(900,400)
|
|
[console]::beep(1000,400)
|
|
[console]::beep(800,400)
|
|
[console]::beep(400,400)
|
|
[console]::beep(600,1600)
|