I have a Git Repository in Azure DevOps with 2 solutions (.sln) in separate folders. I'm building a pipeline that uses the "Visual Studio Build" to build those solutions and then extract somewhere else.
The problem is I don't want to have 2 separate tasks (one for each solution). I want to have one task that builds both of them in one run. I am aware that you can pass a search criteria with wildcards to search for the solutions, but in my case I have two specific paths to the solutions. Is it possible to specify a search criteria that will search for both the specific paths of the solutions?
Microsoft Docs Help:
Pipeline specification:

