Relative Content

Tag Archive for powershellbatch-fileazure-devopsizpack

Unable to handle error from external batch command

I used to have a local project batch file that called IZPACK’s compile.bat in an Azure Devops pipeline. There was an error with the build that didn’t fail the pipeline so I added the check to fail on stderr. Now there is an error being reported that was never seen before checking for stderr,

Powershell – unable to handle error from external batch command

TO summarize my use case, I used to have a local project batch file that called IZPACK’s compile.bat in an Azure Devops pipeline. There was an error with the build that didn’t fail the pipeline so I added the check to fail on stderr. Now there is an error being reported that was never seen before checking for stderr,