I\'m trying to use the WebDirectoryCreate task from the MSBuildCommunityTasks to create my virtual directory with MSBuild but it throws an Index was out of range error.
I have an open source .NET project whose main artefact is a DLL that needs to be installed to the GAC for its primary use case. Therefore I want to install it during the AfterBuild task. I am using th
I want to use the XmlMassUpdate task in MSBuild to update appSettings in all app.configs. The problem I have is that some of the app.configs don\'t have an appSettings element, and I can\'t get XmlMas
I\'m trying to copy a bunch of files whose names begin with the prefix DR__, but the copies must have that prefix removed. That is, DR__foo must be copied as foo. I\'m trying this, which is based in t
I use SvnInfo task in MSBuild script: <SvnInfo LocalPath=\"$(Sources)\"> <Output TaskParameter=\"Revision\" PropertyName=\"Revision\" />
I once had TeamCity + WiX + MSBuild Community Tasks working.Now that I\'ve upgraded to WiX 3.5, I can\'t remember how I had configured it.:)As I was poking through TeamCity, I came across the \"Assemb
Note: this question app开发者_如何转开发lies to using the MSBUILDCOMMUNITYTASKS add-in for MSBUILD.Specificly the functionality of SVNCHECKOUT and its inablity to find the svn.exe file even when it is
I would like to be able to delete a project reference in a solution file via MSBuild. I am assuming I can do this using the FileUpdate task; however, I am not sure how you turn on the multiline regex
I am trying to implement what I see in this post: TFS and msbuild version number with last changeset.That is, I am trying to get 开发者_如何学JAVAthe last Changeset number at build time so I can use i
I\'m developing a MSBuild project and am getting an odd error when I try to access the Visual SourceSafe from the script (the script is based on other successful scripts we are using, and is using the