We have a solution with a large number of projects. One of these projects contains a Visual Studio pre-build event that automatically generates all the code files used in this project. This works well on our local machines.
However, building it using the TFS build, it fails with a very non-XY descriptor. Thus, the pre-build event fails, but so far I have not been able to find the result usually generated by this event (console output).
I tried debugging the TFS build service, but it didn’t give me anything, I increased the registration of the assembly to Diagnostics, but still nothing. The assembly log file is not created anywhere.
So this exit is available anywhere, and if so, where?
source share