I have setup azure devops and trying to run automatic build through nuget package. while tunning the build step, it is throwing error MSBUILD : error MSB1009: Project file does not exist
Here is the structure of my repos :(https://i.stack.imgur.com/wUYz8.png)
Here is the pipeline :(https://i.stack.imgur.com/t7RrN.png)
Here is the error : (https://i.stack.imgur.com/m8zHk.png)
I tried to check the pipeline parameters. but it seems correct. I am expecting my pipelines to execute successfully. Please help