I have an Azure DevOps pipeline that runs some Postman tests with newman, then publishes the test results to a JUnit XML file. I have this step:
Followed by this step (all other steps have been disabled):
However, when running the pipeline I get this error. Note line 10:
But as shown here, the file exists in that location:
What is going on? Why can't Azure Devops find the file?