Search code examples
azure-devopsazure-pipelinesazure-powershell

Start-Sleep not working with Azure PowerShell Task in Azure Pipeline


I'm trying to add a sleep command in an Azure Power Shell Task in an Azure Pipeline, like in the screenshot below. But it's not working, what am I doing wrong?

Azure PowerShell


Solution

  • Sound like the instruction isn't hit. To check, you can add a task that only do the sleep. Then you will confirm if Start-Sleep work or not.