Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: TFS support

$
0
0
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....

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"),
                },
            },

};

where src_dir = @"..\MDTClient\bin\Debug"; obviously the src_dir property is wrong.... in the TFS build scenario... mmm... not sure what to do, might have to wait for colleague...

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>