Updated Wiki: Documentation
Please log all discussions as issues on GitHub. This project has moved. API documentation is available in the CHM or online at http://www.msbuildextensionpack.comIntroductionRoadmapPrerequisites and...
View ArticleUpdated Wiki: Documentation
Please Note: This project has moved to GitHub. API documentation is available in the CHM or online at http://www.msbuildextensionpack.comIntroductionRoadmapPrerequisites and InstallationDesign...
View ArticleUpdated Release: vNext
This project is now maintained on GitHub Placeholder. No firm date, sometime in H1 - 14.
View ArticleCreated Unassigned: DO NOT LOG ISSUES HERE [13044]
This project is now maintained on [url:GitHub|http://mikefourie.github.io/MSBuildExtensionPack/]
View ArticleNew Post: Multi environment management with MSBuild using template files with...
Make sense yes. will look at for vnext Please log all discussions as issues on GitHub. This project has moved
View ArticleNew Post: Multi environment management with MSBuild using template files with...
I think you are going to be better of using the Detokenise task. Keep a version of your tokenised config files. Copy them somewhere. Parse them using detokenise.
View ArticleNew Post: Read through an SQL recordset
Each row is an item, each item has the columns as metadata. Below is a longer example where I do a select, then iterate of each item, then assign one of the items to a property.<Project...
View ArticleNew Post: Read through an SQL recordset
Thanks Mike, that’s a perfect example. Really really appreciate it. Again thanks. RegardsNicholas Tullett | ConsultantInsurance Information Services | CGI150 Commerce Valley Dr. West, Markham, Ontario,...
View ArticleNew Post: Error - 'The "Msbuild.ExtensionPack.Xml.XmlFile" task could not be...
I want to read xml file with MSBuild.ExtensionPack.Xml.XmlFile command. I had used below xml file.<List> <ListItem> <Name>Announcements</Name> </ListItem> <ListItem>...
View ArticleNew Post: Sql2008.Database Restore fails with...
Figure out how easily restore SQL database without facing any trouble. Go through this tutorial which suggests you right way to recover SQL database: -...
View ArticleNew Post: Need some help with MSBuild.ExtensionPack.Xml.XmlFile
how would you do it if you wanted to update the "DeployTag" from the below line?<SqlCmdVariable Include="DeployTag">
View ArticleNew Post: MSBuild.ExtensionPack.VisualStudio.VB6 will not terminate correctly...
Hi, Running a msbuild script from Teamcity with a Teamcity agent on Windows 2012 r2. In the script I call <MSBuild.ExtensionPack.VisualStudio.VB6 TaskAction="Build"...
View ArticleNew Post: MSBuild.ExtensionPack.VisualStudio.VB6 will not terminate correctly...
I am not sure if anyone has made any progress here, I had the same issue on windows 2012; I downloaded a copy of the source code for the vb6 task from the 4.0.10 release. I temporarily removed the...
View ArticleNew Post: Need some help with MSBuild.ExtensionPack.Xml.XmlFile
http://msbuildextensionpack.codeplex.com/discussions/546572
View ArticleNew Post: MSBuild.ExtensionPack.VisualStudio.VB6 will not terminate correctly...
http://msbuildextensionpack.codeplex.com/discussions/546572
View Article