msbuild - TeamCity - The process cannot access the file * because it is being used by another process -
i'm using teamcity build , run mstest project.
one job responsible building project, once has finished triggers second job responsible running compiled project using mstest.
the problem when second job triggered following error displayed , job fails:
starting: c:\...\jetbrains.buildserver.nunitlauncher.exe ... ... ... process cannot acces file 'c:\buildagent\work\{identifier}' because being used process.
it seems job fails before mstest invoked.
Comments
Post a Comment