New Post: Using MSBuild Extension pack to Deploy Code - Need to update...
Ok so you have a bespoke process, i.e. this isn't part of project compilation. you could have a 2nd copy of the file with the right content and then copy that, or you could call a task to edit the file...
View ArticleNew Post: App Pool Creation in IIS 7
We are creating an app pool in IIS 7 <MSBuild.ExtensionPack.Web.Iis7AppPool TaskAction="Create" AutoStart="true" MachineName="$(Server)" ManagedRuntimeVersion="v4.0" Name="$(WebsiteName)"...
View ArticleNew Post: App Pool Creation in IIS 7
Hi Greg I cant repro this issue and comparing the code there are quite a lot of changes, but nothing that would appear to cause an issue like this. Does the task error when you run it? Mike
View ArticleNew Post: Extension Pack and Nuget
We've got a solution and many projects. The solution has a msbuild file on the root directory, how to correctly use the ExtensionPack nuget package without adding it to each and every project in it? Is...
View ArticleNew Post: Extension Pack and Nuget
Dominik what does your root directory msbuild file do? Reason I ask is that you could use this file (or indeed after.SOLUTIONNAME.sln.targets) to conditionally XmlPoke in the references to each...
View ArticleNew Post: Including MSBuild.ExtensionPack.VersionNumber.targets
Can you please tell me which line exactly modifies the assemblyinfo file? Since i am trying to build with the flow you explained here but version is not getting updated in the versioninfo file and...
View ArticleNew Post: Including MSBuild.ExtensionPack.VersionNumber.targets
Hi, a special Tool ChangeFileVersionInfo with up to 5 parameters was developed to change the version infos according to our special in-house version info settings. The call is like <Exec...
View ArticleNew Post: Including MSBuild.ExtensionPack.VersionNumber.targets
Where can i get the exe and i dont want to generate the version by user. I want Assemblyinfotask to update the Assemblyinfo file and i would like to kno whow exactly I can do that?
View ArticleNew Post: HttpWebRequest - set contentType for Request
It seems a very simple change to enable the ContentType property for ActionType=GetResponse, what do you think? Cheers, Graeme.
View ArticleNew Post: HttpWebRequest - set contentType for Request
Indeed, would you expect the default to be null or this.ContentType = "application/x-www-form-urlencoded";
View ArticleEdited Feature: Error message "Invalid output from SVN tool" is too broad...
There are a number of places in the Svn.cs code that just emit "Invalid output from SVN tool". We have intermittent build failures with TeamCity. More informative error messages would help in tracking...
View ArticleNew Post: HttpWebRequest - set contentType for Request
Hi Mike, The content type would default to null, so I guess leaving it at null wouldn't break existing users. regards, Graeme.
View ArticleSource code checked in, #83742
Subversion\Svn.cs: Fix 11742 - Error message "Invalid output from SVN tool" is too broad
View ArticleClosed Feature: Error message "Invalid output from SVN tool" is too broad...
There are a number of places in the Svn.cs code that just emit "Invalid output from SVN tool". We have intermittent build failures with TeamCity. More informative error messages would help in tracking...
View ArticlePatch Applied: #14400
mikeFourie has applied patch #14400.Comment:https://msbuildextensionpack.codeplex.com/SourceControl/changeset/83742
View ArticlePatch Applied: #14407
mikeFourie has applied patch #14407.Comment:https://msbuildextensionpack.codeplex.com/SourceControl/changeset/83742
View ArticleSource code checked in, #83743
Subversion\Svn.cs: Fix 11734 - Add CommitMesssage property to the Svn commit action
View ArticleClosed Feature: Add CommitMesssage property to the Svn commit action [11734]
At present, use of the subversion commit task has a fixed message of "MsBuild".For example, this Msbuild statement:<MSBuild.ExtensionPack.Subversion.Svn TaskAction="Commit"...
View ArticlePatch Applied: #14384
mikeFourie has applied patch #14384.Comment:https://msbuildextensionpack.codeplex.com/SourceControl/changeset/83743
View ArticlePatch Applied: #14408
mikeFourie has applied patch #14408.Comment:https://msbuildextensionpack.codeplex.com/SourceControl/changeset/83743
View Article