I have multiple projects under a solution,
ProjectA.csproj
projectB.csproj
projectC.csproj
I have created a YAML CI build pipeline for this solution with trigger from Master Branch
"trigger: - Master"
Whenever a check-in happens to Master for any of the project above, it triggers the CI pipeline and create artifacts for all the above individual projects.
Question - can I only build projects which have changes using the same single YAML file for the solution?