Collecting projects building projects blocking my files

Sorry if I do not understand the problem, but I am relatively new to TFS and I have problems with locking. When I try to save / modify my files, I get an error message:

It is not possible to block elements; the element is checked by the Project Collection Service assembly.

What are some of the reasons this could happen? This happened shortly after I queued up a new assembly.

Thank.

+4
source share
2 answers

It seems you are using a gated check in an assembly with TFS.

XAML build, , , TFS , , . . TFS , .

vNext, TFS 2015 Update 2 . . , TFS, Visual Studio . , , . Visual Studio . .


Update

. VS TFS -.

+1

. - "Project Build Build Service" Gated Check-in. script VS:

tf undo /workspace:<workspace_name>;"Project Collection Build Service" <REPO_PATH_WITH_LOCK>

[UPDATE]: : TFS 2013 ?

+1

Source: https://habr.com/ru/post/1650947/


All Articles