Redeploy without "Force" option

I jst had a deployment fail, and clicked “Redeploy”. I didn’t click the “force” option, so it skipped the steps that had passed. But it also skipped the step that failed saying it was already deployed (even though the Deploy.ps1 stage had failed), and went on to the next step. Is that expected behaviour?

Thanks!

Hey James,

Yep, that’s by design; -force exists for when a deployment fails and you want to try and re-deploy it as in this case.

Paul