I’m trying to set up my first runner. It’s for a project that has a top level solution then a bunch of sub-projects. I have the runner working through getting the nuget dependencies then it fails with the following error
MSBuild : error MSB1011: Specify which project or solution file to use because this folder contains more than one project or solution file.
I can’t seem to figure out how to point it to the top level solution and go from there to build all the sub-projects. Is anyone able to help me out with this? Here’s my .yml
EDIT: To note the NET_BUILD_PATH that’s in there was something I found elsewhere but it didn’t exactly say how to use it so it was a shot in the dark