I have Power Build Tools setup with my Solution, I am trying to successfully publish the managed file to Artifacts in Azure DevOps. I have a release Pipeline created that I manually trigger for deploying to a QA Trial environment.
I am getting the following error:
##[error]Solution file not found
I can see it successfully connected to my Trial Instance.
This is the Publish task that creates the managed file and publishes it to Azure DevOps.
I know it is something to do with the Solution Input File, but I am stumped and can't figure it out.

Any ideas?