New Post: Create a IIS Log Using MSBuild Script
Hi Mikefourie,<MSBuild.ExtensionPack.Web.Iis7Website TaskAction="Create" Name="IISLog" LogDirectory="True"/> Thanks & Regards, Ramesh
View ArticleNew Post: Create a IIS Log Using MSBuild Script
LogDirectoryis a path from the help: LogDirectory Sets the directory the website writes logfiles to. so you want something like LogFirectory="C:\mylog\mypath"
View ArticleCreated Issue: Resurrecting the XSDs for Intellisense [11579]
I'm creating this as an issue because, as fast as I can tell, I can't attach a file to a discussion.See the original discussion [here](http://msbuildextensionpack.codeplex.com/discussions/433016).I...
View ArticleNew Post: TfsSource class dependencies
Do the checkin and checkout tasks in the TfsSource class in the VisualStudio namespace require the TFS command line (tf.exe)?
View ArticleNew Post: VS 2012, StyleCop 4.7.44
I'm getting the following error: [msbuild] E:\hudson\buildIncludes\msbuild\StyleCop.msbuild(18,5): error : Failed to add file:...
View ArticleNew Post: TfsSource class dependencies
yes. long outstanding item to implement -- http://msbuildextensionpack.codeplex.com/workitem/9868
View ArticleCommented Issue: Resurrecting the XSDs for Intellisense [11579]
I'm creating this as an issue because, as fast as I can tell, I can't attach a file to a discussion.See the original discussion [here](http://msbuildextensionpack.codeplex.com/discussions/433016).I...
View ArticleNew Post: VS 2012, StyleCop 4.7.44
Nothing is jumping out. Can you attach a log using /v:diag
View ArticleNew Post: VS 2012, StyleCop 4.7.44
wow, lots of information with that. Here it is: (I left off the list of environment variables as there is a limit to what can be posted) [msbuild] Building with tools version "2.0". [msbuild] Target...
View ArticleNew Post: VS 2012, StyleCop 4.7.44
Also, there's nothing particularly interesting about the file it's complaining about. It passes StyleCop in the IDE. Here's the contents of that...
View ArticleNew Post: VS 2012, StyleCop 4.7.44
No repro this side Building with tools version "2.0". Target "GetWorkingSets: (TargetId:2)" in project "D:\a\AnIdea.proj" (entry point): Using "MSBuild.ExtensionPack.CodeQuality.StyleCop" task from...
View ArticleNew Post: VS 2012, StyleCop 4.7.44
I'll try to get the code tonight. I replied to the e-mail and attached the file. I don't know how to get the file to you from this web interface. Dan'l
View ArticleCommented Issue: Resurrecting the XSDs for Intellisense [11579]
I'm creating this as an issue because, as fast as I can tell, I can't attach a file to a discussion.See the original discussion [here](http://msbuildextensionpack.codeplex.com/discussions/433016).I...
View ArticleSource code checked in, #82699
Biztalk\HostInstance: Fix change in behavioud. Stopping a HI that does not exist no longer logs error.
View ArticleNew Post: VS 2012, StyleCop 4.7.44
I downloaded the code. I didn't see any unit tests for the StyleCop project. Can you give me some pointers on the best way to debug this? Thanks -- Dan'l
View ArticleNew Post: VS 2012, StyleCop 4.7.44
Open the Mainsolution. Set Stylecop project as the startup project in the solution Edit [yourdrive]\MSBuildExtensionPack\Solutions\Main\StyleCop\XmlSamples\StyleCop.proj to include your code. Go to the...
View ArticleNew Post: VS 2012, StyleCop 4.7.44
Thanks. I'll dig into it a bit more tomorrow. Right now, it's looking for version 4.7.1000.0 of stylecop.dll Not sure which dll is looking for that, but the most recent version i have is 4.7.44.0....
View ArticleNew Post: VS 2012, StyleCop 4.7.44
Apparently it needs msbuild v3.5, which is no longer installed on my computers. StyleCop.dll is referencing .assembly extern 'Microsoft.Build.Utilities.v3.5' { .publickeytoken = (B0 3F 5F 7F 11 D5 0A...
View ArticleNew Post: VS 2012, StyleCop 4.7.44
not yet sorry. can you raise that 3.5 issue on the stylecop page.
View Article