New Post: How to read child node in an Xml file?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleSource code checked in, #85288
Framework\XmlFile.cs: Add ReadChildrenToMetadata property to be used with ReadElements. Fix Sample file.
View ArticleClosed Feature: How to read child node in an Xml file? [12190]
Discussed here: https://msbuildextensionpack.codeplex.com/discussions/457272Hi,I would like to know if it's possible to read a child by passing from the...
View ArticleNew Post: How to read child node in an Xml file?
If you try the latest code from Main (.net 4) you can use the new ReadChildrenToMetadata property to do what you need. Remember to skip signing verification if you compile the code yourself......
View ArticleUpdated Release: October 2013 (Oct 19, 2013)
Release Blog PostThe MSBuild Extension Pack October 2013 release provides a collection of over 480 MSBuild tasks. A high level summary of what the tasks currently cover includes the following:System...
View ArticleNew Post: Using command line to build windows service project
How do i use command line to build windows service project?
View ArticleNew Post: Extension Pack and Nuget
Hi Mike, Not sure of the need for two packages, can the solution level package not serve for all purposes or have I missed something? Scott.
View ArticleCreated Unassigned: Attach database TaskAction [12360]
I would like to see the ability to run "Attach Database" from the Database class in the Sql2008/2012/2014 Extension Tasks.It seems that Backup, Restore and nearly every other major Database operation...
View ArticleNew Post: Problem attaching database using SqlCmd
I have been trying to use the SqlCmd class to attach a database and for some reason, I am constantly encountering this error message:MSBUILD : warning 5120: Unable to open the physical file...
View ArticleCreated Unassigned: MSTest Task [12363]
I would like to see an MSBuild Extension Pack Task that encapsulates running MSTest similar to what is provided in this article:...
View ArticleNew Post: Problem with TfsSource Get TaskAction
I am trying to use the following TfsSource MSBuild Task:<MSBuild.ExtensionPack.VisualStudio.TfsSource TaskAction="Get" ItemPath="$/AProject/ADifferentPath"...
View ArticleCreated Unassigned: ILMerge fails if spaces in path. [12386]
The ILMerge Task does not work if any path name (InputAssemblies, AttributeFile, KeyFile, OutputFile) contains spaces.Tested with 3.5.14.0 (32bit)
View ArticleNew Comment on "Samples"
I was able to use the 64 bit version -- $(MSBuildExtensionsPath64) -- in place of the 32bit version. See this link: http://msdn.microsoft.com/en-us/library/vstudio/ms164309.aspx
View ArticleCreated Unassigned: MSBuild.ExtensionPack.Framework.Parallel...
ISSUE : MSBuild.ExtensionPack.Framework.Parallel TaskAction="BuildTargetsInParallel"I am having an issue with changing the verbosity of the individual log files usning the extensionpack task with...
View ArticleEdited Issue: MSBuild.ExtensionPack.Framework.Parallel...
ISSUE : MSBuild.ExtensionPack.Framework.Parallel TaskAction="BuildTargetsInParallel"I am having an issue with changing the verbosity of the individual log files usning the extensionpack task with...
View ArticleCommented Issue: MSBuild.ExtensionPack.Framework.Parallel...
ISSUE : MSBuild.ExtensionPack.Framework.Parallel TaskAction="BuildTargetsInParallel"I am having an issue with changing the verbosity of the individual log files usning the extensionpack task with...
View Article