blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » microsoft » msbuild
  • XPath and Namespaces (and msbuild sdc xml.modifyfile task)

    xmlDocument.SelectNodes with xmlns="..." Spent most of today wondering why I couldn't update a connection string in a web.config file using xpath which had the default namespace for xmlns  defined at the root of the config file. e.g. <configuration ...
    Posted to Merrick Chaffer's Blog (Weblog) by merrick.chaffer on November 29, 2007
  • Sandcastle part 3

    I found more things to do with sandcastle after part 1 and part 2. Here's a trick that made the sandcastle build simpler. The basic problem is that sandcastle must run after all the binaries are built by projects in a solution (so that it can read those binaries), but before the WiX installer is built (so that the sandcastle output ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on November 21, 2007
  • Further Sandcastle integration

    Further to my last post on sandcastle in TFS builds, I wanted to update on the complications that have happened in the last week.  Sandcastle docs and Wix installers.Our installer, built in WiX v3, acts as a project inside the solution and builds last, rolling up the output of the other projects into an MSI file. The sandcastle action ran ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on November 1, 2007
  • Sandcastle documentation in TFS builds

    Sandcastle is a tool from Microsoft to generate documentation as help files from the XML comments in your c# (or vb.net) code.The latest version is the September 2007 CTP, announced here: http://blogs.msdn.com/sandcastle/archive/2007/10/02/announcing-september-2007-sandcastle-release.aspxSandcastle has a reputation as being not release quality ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on October 25, 2007
Powered by Community Server (Personal Edition), by Telligent Systems