I think I found it Oleg!
(the problem, not the solution)
My colleague who manage TFS is not here today so I will ask here in case you know....
(the problem, not the solution)
My colleague who manage TFS is not here today so I will ask here in case you know....
When I do my file collections I do it that way:
var project = new Project
{
Dirs = new[]
{
new Dir(TargetFolder)
{
DirFileCollections = new []
{
new DirFiles(src_dir + @"\*.dll"),
new DirFiles(src_dir + @"\MDTClient.exe"),
new DirFiles(src_dir + @"\MDTClient.exe.config"),
},
},