Reputation: 8508
Can anybody help with this error in the log of my Team Build 2010 build? It only seems to occur when I have two build agents running on the same machine at the same time.
Run has the following issue(s):
Code coverage in-place instrumentation:
Cannot fully backup the binary 'C:\Builds\3\MyProject\Binaries\MyProject.UserManager.DataModel.dll'.
Cannot find the back up file, created by instrumentation utility: 'C:\Builds\3\MyProject\Binaries\MyProject.UserManager.DataModel.dll.orig'.
Upvotes: 2
Views: 1152
Reputation: 1437
For coverage, if you use in place, mstest will create backup location with the uninstumented dll's in them. these will be removed after execution. so:
Given you aren't seeing it anymore, 2 is most likely.
Upvotes: 1