New Post: Support for VS2012?
Hi, I'm trying to figure out if MSBuild.ExtensionPack.VisualStudio.TfsSource can work against a TFS2012 server. Now after upgrade I get a error message when doing:< ...TfsSource TaskAction="Get"...
View ArticleNew Post: Support for VS2012?
Sorry for asking. I found the problem as soon as I pressed the button ;-) I had to upgrade the ToolsVersion from 3.5 to 4.0 in the file that executes the these statements, then it worked. /Ulf
View ArticleNew Post: Support for VS2012?
Thanks for the update. A fix to resolve 2012 went in on Saturday (https://msbuildextensionpack.codeplex.com/SourceControl/changeset/83360) and will ship in the new release in a few days. Mike
View ArticleNew Post: IIS.Create application inside virtual directory
I can create create application inside website with <MSBuild.ExtensionPack.Web.Iis7Website TaskAction="AddApplication" Name="Default Web Site" Applications ="@(Application)"/> but I cant create...
View ArticleCreated Issue: sometimes produces error : Exit Code 100. Nothing Succeeded:...
Hi.Thank you for MSBuild Extension Pack 4.0.6.0 (October 2012).I've run into this error twice already and I'm wondering how I can provide more diagnostic information because it only happens sometimes...
View ArticleSource code checked in, #83419
VisualStudio\TFSource.cs, TFSSourceAdmin.cs: Add additional logging.
View ArticleCommented Issue: sometimes produces error : Exit Code 100. Nothing Succeeded:...
Hi.Thank you for MSBuild Extension Pack 4.0.6.0 (October 2012).I've run into this error twice already and I'm wondering how I can provide more diagnostic information because it only happens sometimes...
View ArticleCommented Issue: sometimes produces error : Exit Code 100. Nothing Succeeded:...
Hi.Thank you for MSBuild Extension Pack 4.0.6.0 (October 2012).I've run into this error twice already and I'm wondering how I can provide more diagnostic information because it only happens sometimes...
View ArticleNew Post: IIS.Create application inside virtual directory
You can't currently do that with the IIS7 task, though the IIS6 VirtualDirectory task might work. I'll see if we can get support for doing that in the upcoming release (but it may be the next)... Mike
View ArticleNew Post: IIS.Create application inside virtual directory
Hi, I think you can actually do this, you just need to specify the right include path, here is a sample<ItemGroup><Application1 Include="/vd1/app1">...
View ArticleNew Post: IIS.Create application inside virtual directory
It works excellent !!! Thank you.
View ArticlePatch Applied: #13990
mikeFourie has applied patch #13990.Comment:https://msbuildextensionpack.codeplex.com/SourceControl/changeset/83204
View ArticlePatch Uploaded: #14353
rubicon_dominik has uploaded a patch.Description:Hi MSBuild-EP team!Thanks for the great project!In regards to the discussion @ https://msbuildextensionpack.codeplex.com/discussions/434397I wrote a...
View ArticleNew Post: Svn task - how to provide credentials?
I've provided a patch. See https://msbuildextensionpack.codeplex.com/SourceControl/list/patches - ID 14353
View Article