continuous integration - Error while building using TFS build server -
this error getting when running build using tfs dont have clue do...
i using tfs 2013
exception message: tf201077: work item type bug cannot found. may have been renamed or destroyed. (type workitemtypedeniedornotexistexception) exception stack trace: @ system.activities.statements.throw.execute(codeactivitycontext context) @ system.activities.codeactivity.internalexecute(activityinstance instance, activityexecutor executor, bookmarkmanager bookmarkmanager) @ system.activities.runtime.activityexecutor.executeactivityworkitem.executebody(activityexecutor executor, bookmarkmanager bookmarkmanager, location resultlocation)
also getting warning :-
tf270003: failed copy. ensure source directory c:\builds\2\test\test-ci\bin exists , have appropriate permissions.
most time see tf270003: failed copy. ensure source directory c:\builds\2\test\test-ci\bin exists , have appropriate permissions. sets off alarm bells solutions/projects. means has checked in bin or obj folders leads error when build compiles things , tries overwrite dlls in bin folder new copies marked read when pulled build working directory. if have bin or obj folders checked tfs delete them , rebuild.
Comments
Post a Comment