error observed:
multiple process of “build-wrapper-win-x86-64.exe” running on the same solution in different configurations causes the MSbuild to stop responding.
steps to reproduce
I have a cpp solution created in VS2015 with ~27 projects (third are unit tests).
the solution is run in Azure DevOps Server 2019 pipeline (classic build definition) in a matrix
Platform (x86,x64) X Configuration (Debug, release,specialDebug, specialRelease).
I followed the documentation and defined a commadline with the following:
a normal build time for the solution is around 4 min.
the machine running the pipeline has 4 AzureDevOps pipeiline agents.
as the pipeline starts all 4 of the Agents on the machine run the flow and after 3.5 min they stop responding until I kill “build-wrapper-win-x86-64.exe” processes
all the agents are running in different directories with same checkout in different locations (according to the agent).
i have tried setting the pipeline to run all the configuration on a single agent, after the first configuration passed the second got stuck.
I was able to run the scan when running only a single configuration.
I don’t think its related to the av / defender
As it runs on machine but sporadically hangs