Closed Feature: File TaskAction="Concatenate" [10629]
A task to efficiently do this would be handy.Comments: Resolved with changeset 79395.
View ArticleCreated Issue: InsertBeforeXPath Functionality [11189]
Was the functionality in this post ever implemented? http://msbuildextensionpack.codeplex.com/discussions/224847/I'm trying to use it and the task is throwing errors.
View ArticleNew Post: Parallel NUnit
I'm currently using the NUnit task (in a batch, continueonerror=true) to run all my solution's test projects during my full build. Is there any way/best practice to run one test project on each...
View ArticleNew Post: Sync task is not working with sync 1.0 and 2.1 installed
Try changing the "Plataform Target" to "any CPU" from build properties of project.
View ArticleNew Post: Deploy windows service to local machine
I'm new to the extension pack and I'm using it to build a deploy task to install & start a service on the local machine. The service installs, and is set to 'automatic start' but the service is...
View ArticleNew Post: Deploy windows service to local machine
Hi Jason A few things... 1. Does the Account have permission to run as a service? if you should run something like this <MSBuild.ExtensionPack.Computer.ActiveDirectory...
View ArticleNew Post: Start website without credentials
Hi I just want my website to start after I deployed it. Is it possbile to do this with the extension pack? My website uses windows authentication, I don't want to login so I receive a 401:...
View ArticleNew Post: Deploy windows service to local machine
Hi Mike, Thanks for the help, it turned out to be a silly misunderstanding on my part, the value of the parameter ServiceName didn't match the name of the service class, once I got those lined up...
View ArticleNew Post: The "MSBuild.ExtensionPack.Framework.ILMerge" task failed...
You can use the GetFrameworkPath task to get the framework path so that you don't have to hard code it. <GetFrameworkPath> <Output TaskParameter="FrameworkVersion40Path"...
View ArticleCommented Issue: MSBuild.ExtensionPack.Tfs.TeamBuild MissingMethodException...
using the following code<PropertyGroup> <TeamFoundationServerUrl>http://SERVERNAME:8080/</TeamFoundationServerUrl> </PropertyGroup> <Target Name="Default"> <!-- Get...
View ArticleNew Post: Problem using MSBuild.ExtensionPack.Tfs.TeamBuild TaskParameter="Info"
I can say that I was getting this issue, it was frustrating, certainly at seeing the response. Having worked this through, the problem exists in the Microsoft.TeamFoundation.Build.Client file. I...
View ArticleCommented Issue: InsertBeforeXPath Functionality [11189]
Was the functionality in this post ever implemented? http://msbuildextensionpack.codeplex.com/discussions/224847/I'm trying to use it and the task is throwing errors.Comments: ** Comment from web user:...
View ArticleCommented Issue: InsertBeforeXPath Functionality [11189]
Was the functionality in this post ever implemented? http://msbuildextensionpack.codeplex.com/discussions/224847/I'm trying to use it and the task is throwing errors.Comments: ** Comment from web user:...
View ArticleCreated Issue: Add Svn Diff support [11228]
Support for doing an SVN diff and sending output somewhere.My use case is that I am updating some checked-in translation (.po) files with any new strings detected, and although the build does not check...
View Article