AZDO extension's multiple entries not working on Windows OS
Hi,
We have an Azure DevOps extension running from last 2 years. The extension works fine on both Linux and Windows OS.
The problem started when we started having multiple tasks for the same extension the pipeline.
On Linux, multiple entries of the same extension works fine but on Windows, the first entry works fine and then next one just hangs.
In the attached screenshot, if you see, first entry of "Prisma Cloud Compute Scan" is successful, whereas the second entry is just waiting for the input from console.
The second "Prisma Cloud Compute Scan" task is the copy of the first, so they are exactly the same.
The same thing runs fine on Linux environment.