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 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 ArticleNew Post: HttpWebRequest - set contentType for Request
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: HttpWebRequest - set contentType for Request
Ok, can you try https://msbuildextensionpack.codeplex.com/SourceControl/changeset/83768 thanks Mike
View ArticleNew Post: Proposal on code analisys improvement
Mike, I love your extension pack. And i know that you are very experience at MSBUILD and microsoft products. I want to ask you opinion about Microsoft static Code Analysis improvement. It is connected...
View ArticleNew Post: MSBuild.ExtensionPack.Communication.Email Body
Here's another approach. I wish I knew how to get a prettier format for the email, though...<PropertyGroup> <TF><br/></TF> </PropertyGroup> <ItemGroup> <!--...
View ArticleNew Post: Framework.Metadata is redundant
I did a brief search and didn't see anything about this, but ignore if it's already known. You can already add metadata to an Item/Collection of items with msbuild syntax<?xml version="1.0"...
View ArticleNew Post: Extension Pack and Nuget
Currently the Nuget package uses the \libs folder to store the package contents. Unfortunately this prevents the package being used at the solution level which is where we usually use it. Another...
View ArticleNew Post: Remote SqlServer Tasks
Hi, There are any plans to build up tasks like in Sql2012 Namespace for remote usage? Or did i missed something to use them to create a Database on an SqlServer that is not locally on the buildserver?
View ArticleNew Post: Remote SqlServer Tasks
Hi SQL 2012 tasks are there. They are provided in the 3.5 and 4.0 source code, but looking at the installers teh 3.5 installer is missing the assemblies. I'll take a look at that soon. Are you on .net...
View ArticleNew Post: Extension Pack and Nuget
Sure, I'll take a look as soon as I get a chance, prob within the next week or two. Mike
View Article