Commented Feature: Add SQL 2014 support [12109]
Add SQL 2014 supportComments: Associated with changeset 85009: Sql2014\*: Adding initial support for upcoming SQL 2014
View ArticleCommented Feature: Delete Value function for Registry [11962]
In reference to my proposed contribution to the project (https://msbuildextensionpack.codeplex.com/discussions/449375#post1068658), please find attached a new version of Registry.cs . This version is...
View ArticleCommented Feature: Delete Value function for Registry [11962]
In reference to my proposed contribution to the project (https://msbuildextensionpack.codeplex.com/discussions/449375#post1068658), please find attached a new version of Registry.cs . This version is...
View ArticleCommented Feature: Delete Value function for Registry [11962]
In reference to my proposed contribution to the project (https://msbuildextensionpack.codeplex.com/discussions/449375#post1068658), please find attached a new version of Registry.cs . This version is...
View ArticleCommented Feature: Delete Value function for Registry [11962]
In reference to my proposed contribution to the project (https://msbuildextensionpack.codeplex.com/discussions/449375#post1068658), please find attached a new version of Registry.cs . This version is...
View ArticleNew Post: Problem using BuildDeploymentManifest
Hello, As part of my CI process, I am trying to create the manifest file for an SSIS Project. I have found that I should be able to use the BuildDeploymentManifest Task in the Extension Pack to do...
View ArticleNew Post: Problem using BuildDeploymentManifest
Hi Gary Could you post the code you are using. Mike
View ArticleNew Post: [SOLVED] Problem using BuildDeploymentManifest
Hello Mike, Thanks for getting back to me, but I was able to figure out what was going on last night. I worked through this with a colleague and figured it out. Within the *.dtsx there is a path to the...
View ArticleCreated Unassigned: Tfs2010.TeamBuild missing CommandLineArguments parameter...
The CommandLineArguments parameter was added to the Tfs TeamBuild task, but not to the Tfs2010 TeamBuild task.
View ArticleCommented Unassigned: Tfs2010.TeamBuild missing CommandLineArguments...
The CommandLineArguments parameter was added to the Tfs TeamBuild task, but not to the Tfs2010 TeamBuild task.Comments: ** Comment from web user: dwhearn ** Actually this parameter was obsoleted in...
View ArticleNew Comment on "Samples"
Is there a way to modify the $(MSBuildExtensionsPath) to direct to the MSBuild Extensions folder under 'C:\Program Files' instead of 'C:\Program Files (x86)'?
View ArticleNew Post: How to read child node in an Xml file?
Hi, I would like to know if it's possible to read a child by passing from the parent.<configuration> <Server> <RootDirectory>Temp</RootDirectory>...
View ArticleNew Post: How to read child node in an Xml file?
Hi The docs have ReadElements (Required: File, XPath Optional: Namespaces Output: Elements). Attributes are added as metadata So if those sub elements were attributes you'd get what you are after. I...
View ArticleCreated 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 ArticleEdited 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 Article