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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -