Do Matrix build tasks share the same workspace?
from my test, matrix build tasks start at same time (Parallel) on different agents, if have available agents.
So I think they are in different workspace (in fact, different agents)
Matrix builds are executed independently and have their own workspaces, and as mentioned above, can even be executing in parallel on completely different machines.
1 Like