Closed Issue: Optimize Detokenise [10920]
discussed here - http://msbuildextensionpack.codeplex.com/discussions/279097Looking at the code for Detokenise, I observe that the method [DoDetokenise()] is always (from InternalExecute()) called....
View ArticleNew Post: Is this a bug of Detokenise?
@ChikeOkor, this is now resolved --- http://msbuildextensionpack.codeplex.com/SourceControl/changeset/78855
View ArticleCommented Issue: Key property of XmlFile -> AddElement task not used...
<MSBuild.ExtensionPack.Xml.XmlFile TaskAction="AddElement" File="$(OutputPath)app\AndroidManifest.xml" Key="android:name" Value="%(AndroidPermissions.Identity)" Element="uses-permission"...
View ArticleCommented Issue: Key property of XmlFile -> AddElement task not used...
<MSBuild.ExtensionPack.Xml.XmlFile TaskAction="AddElement" File="$(OutputPath)app\AndroidManifest.xml" Key="android:name" Value="%(AndroidPermissions.Identity)" Element="uses-permission"...
View ArticleCommented Issue: Key property of XmlFile -> AddElement task not used...
<MSBuild.ExtensionPack.Xml.XmlFile TaskAction="AddElement" File="$(OutputPath)app\AndroidManifest.xml" Key="android:name" Value="%(AndroidPermissions.Identity)" Element="uses-permission"...
View ArticleClosed Issue: MSBuild.ExtensionPack.Tfs.TeamBuild MissingMethodException [10663]
using the following code<PropertyGroup> <TeamFoundationServerUrl>http://SERVERNAME:8080/</TeamFoundationServerUrl> </PropertyGroup> <Target Name="Default"> <!-- Get...
View ArticleClosed Issue: Importing binding file in remote server with custom adapter,...
I'm trying to import a binding file on a remote server. Send ports of this binding file, runs under a custom adapter.The log:[ImportBindingFile]...
View ArticleNew Post: TFS 2010 Build MsBuildArguments stop and Start iis using Msbuild...
I am trying to use TFS 2010 Builds. In the MSBuild Arguments, I have the parameters specified for deployment and it deploys fine. I am not sure if I can use MSBuild extension pack here but I need to...
View ArticleCommented 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 ArticleCommented 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 ArticleSource code checked in, #78947
change 4.0 installers to use C:. adding new assemblies and files
View ArticleSource code checked in, #78977
Computer\PerformanceCounters.cs: Fix for getting value from remote machine where categrory did not exist locally. Message and code cleanup. New TaskAction="CheckCategoryExists" and...
View ArticleNew Post: TFS 2010 Build MsBuildArguments stop and Start iis using Msbuild...
Are you using the Default.xaml template? You can still use MSBuild in that, otherwise you could use an Activity (there are a bunch here: http://tfsbuildextensions.codeplex.com/ if you are using the...
View ArticleCreated Issue: FTP TaskAction CreateDirectory fails [11108]
I have been looking at this one and even going into the code to work out what is happening. I am using the following command to create a directory on the FTP...
View ArticleCommented Issue: FTP TaskAction CreateDirectory fails [11108]
I have been looking at this one and even going into the code to work out what is happening. I am using the following command to create a directory on the FTP...
View ArticleSource code checked in, #79060
Framework\Path.cs: New task implementing many System.IO.Path operations. Contributed by Jamie Kurtz
View ArticleSource code checked in, #79070
FileSystem\File.cs: New TaskAction="CheckContainsContent" which will check whether one or more files contains text matching a given regex.
View ArticleClosed Issue: FTP TaskAction CreateDirectory fails [11108]
I have been looking at this one and even going into the code to work out what is happening. I am using the following command to create a directory on the FTP...
View ArticleSource code checked in, #79072
Framework\AssemblyInfo.cs: Fix for parsing Assembly versions Resolves #10310 (AssemblyInfo task does not parse assembly versions correctly) raised by IanKemp on 7th Feb 2012
View ArticleClosed 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 Article