Commented Issue: AssemblyInfo task does not parse assembly versions correctly...
The AssemblyInfo task uses a regular expression that's written to look for a version of the form major.minor.build.revision, however it is valid for an assembly version to contain only...
View ArticleNew Post: Exception when running on Hudson
I get the following message when running this on Hudson: An exception occurred while parsing the file: System.NullReferenceException, Object reference not set to an instance of an object. at...
View ArticleNew Post: Exception when running on Hudson
Yes! Please vote on this issue - http://stylecop.codeplex.com/workitem/7378 The last checkin for the 4.7.35 release broke scanning outside of the project system. Awaiting fix from StyleCop team. Mike
View ArticleNew Post: TFS 2010 Build MsBuildArguments stop and Start iis using Msbuild...
Hi Mike, Thanks for your response. I am using DefaultTemplate.xaml. How I can use MSBuild in that to stop the iis, execute MsBuild Arguments(to deploy to the server which is working fine) and then...
View ArticleNew Post: NuGet Package MSBuild.Extension.Pack Design Issue
I'm trying to use the NuGet package MSBuild.Extension.Pack 1.0.0, and I'm not sure what the design goals of the package where, but I assumed (yeah, I know), that it was for adding the MSBuild...
View ArticleCreated Issue: [MSBuild.ExtensionPack.Xml.XmlFile] Adding element to plist...
I have attached end result plist, you can just remove the "[]" and childbrowser key/value pair and try the code. Removing the doctype fixed the problem for us.<ItemGroup>...
View ArticleNew Post: Putting MSBuild Extension pack into my codebase - is this a good...
Hi, I just read http://msbuildextensionpack.codeplex.com/wikipage?title=Prereqs&referringTitle=Documentation which suggests that MSBuild Extension pack should be installed wherever I am going to...
View ArticleNew Post: Putting MSBuild Extension pack into my codebase - is this a good...
It's perfectly valid to take the binaries rather than the MSI and that's partly why each release provides them as a separate package in the download. Right now you will need to change the tasks file as...
View ArticleNew Post: NuGet Package MSBuild.Extension.Pack Design Issue
Hi More than happy to take on anything that will help users out with the nuget experience. Thanks! Can you mail me to discuss further or attach a zipped patch? Mike feedback@msbuildextensionpack.com
View ArticleNew Post: Putting MSBuild Extension pack into my codebase - is this a good...
cool, thank you Mike.
View ArticleNew Post: Need some help with MSBuild.ExtensionPack.Xml.XmlFile
Hi, This is a question about usage of MSBuild.ExtensionPack.Xml.XmlFile. Its a stab in the dark expecting someone on here to be help with such a specific thing but I shall try anyway. I am trying to...
View ArticleNew Post: Need some help with MSBuild.ExtensionPack.Xml.XmlFile
OK, did a bit more digging and came up with this: <ItemGroup> <Namespaces Include="myns"> <Prefix>myns</Prefix>...
View ArticleNew Post: Need some help with MSBuild.ExtensionPack.Xml.XmlFile
Cool, I was going to point you here - http://msbuildextensionpack.codeplex.com/discussions/271277 Mike
View ArticleSource code checked in, #79392
Xml\XmlFile.cs: Fix for adding [] to DOCTYPE Resolves #11119 ([MSBuild.ExtensionPack.Xml.XmlFile] Adding element to plist file with doctype results in weird '[]' added to the doctype) raised by...
View ArticleCommented Issue: [MSBuild.ExtensionPack.Xml.XmlFile] Adding element to plist...
I have attached end result plist, you can just remove the "[]" and childbrowser key/value pair and try the code. Removing the doctype fixed the problem for us.<ItemGroup>...
View ArticleClosed Issue: [MSBuild.ExtensionPack.Xml.XmlFile] Adding element to plist...
I have attached end result plist, you can just remove the "[]" and childbrowser key/value pair and try the code. Removing the doctype fixed the problem for us.<ItemGroup>...
View ArticleSource code checked in, #79394
TFS2010\TeamBuild.cs: New class providing what was in the original TFS\TeamBuild class. CommandLineArguments are not supported in this and the metadata on GetInfo is a little restricted (see sample)....
View ArticleClosed Issue: MSBuild.ExtensionPack.Tfs.TeamBuild VS2010 support required...
Hello,I am trying to use the MSBuild Extensions for getting latest from the TFS server and I am getting the error show below. Can someone please let me know what am I missing?...
View ArticleClosed Feature: Add support for Microsoft Sync Framework 4.0 [10021]
Need to investigate if its worthwhile updating the Sync tasks to support this.Comments: not seeing any value as the current state of and roadmap is unclear
View ArticleClosed Issue: MSBuild.ExtensionPack.Xml.XmlFile TaskAction="UpdateElement"...
When using the MSBuild.ExtensionPack.Xml.XmlFile TaskAction="UpdateElement" task the TAB and CR characters are being replaced with 
 See topics discussed here: 
...
View Article