Good morning. Please help me with msbuild.
I have many loaded csproj in array of Microsoft.Build.Evaluation.Project. I changed same properties in projects. How run parallel build of my projects?
When I run project.Build() in many threads, I received exception "The operation cannot be completed because a build is already in progress.".
I can't save projects on disk, becouse I change property, that need only for me.