AzSK scan asking for user choice in pipeline

79 views Asked by At

I am facing below issue in AzSK_SVTs release pipeline:

Framework\Abstracts\CommandBase.ps1:250 char:22
$userChoice = Read-Host "Continue (Y/N)"
~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Read-Host], PSInvalidOper
ationException
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.R
eadHostCommand

Its asking for user choice in pipeline, how can we resolve it?

0

There are 0 answers