New Post: MSBuild.ExtensionPack.Web : TaskAction="CheckExists"
From my build box (server 2008) I call a target on a remote server (server 2003). There I want to stop a web site. Which Website class to use, 6 or 7?
View ArticleNew Post: FindUnder exclude folder / path
Hello I am using FindUnder to search for bin + obj folders to delete them. <MSBuild.ExtensionPack.FileSystem.FindUnder TaskAction="FindDirectories" Path="..\" SearchPattern="bin"> <Output...
View ArticleNew Post: Parallel using MSBuild.ExtensionPack.Framework.Parallel of multiple...
Can the task MSBuild.ExtensionPack.Framework.Parallel be used to help me build multiple vcxproj based projects? The projects are c++ language projects that produce a single dll. How do compose the...
View ArticleNew Post: Error when using the AssemblyInfo task
I was getting the exact same error (with 4.0.5.0) and it was a complete mystery as I thought I had followed the help, after a quick dive into the source code I spotted that it was using RegEx to parse...
View ArticleNew Post: FxCopPath issue
I have encountered the same issue after setting the FxCopPath property to a valid directory. I tried running msbuild elevated, but no go. This is an automated build setup. error : Win32Exception:...
View ArticleNew Post: FxCopPath issue
Figured it out. Resolution is that the the FxCopPath needs to include the executable as part of the path, e.g. c:\builds\mytoolspath\fxcopcmd.exe
View ArticleNew Post: Is this a bug of Detokenise?
Looking at the code for Detokenise, I observe that the method [DoDetokenise()] is always (from InternalExecute()) called. The [DoDetokenise()] method proceeds to initialise a [Project] object by...
View ArticleCreated Issue: AsyncExec starts the process twice [10918]
In April 2012 release's MSBuild.ExtensionPack.Framework.AsyncExec.Execute: Process.Start(GetCommandLine(str2)).Start();
View ArticleCommented Issue: AsyncExec starts the process twice [10918]
In April 2012 release's MSBuild.ExtensionPack.Framework.AsyncExec.Execute: Process.Start(GetCommandLine(str2)).Start();Comments: ** Comment from web user: flixuss ** Seen in MSBuild Extension Pack...
View ArticleClosed Issue: AsyncExec starts the process twice [10918]
In April 2012 release's MSBuild.ExtensionPack.Framework.AsyncExec.Execute: Process.Start(GetCommandLine(str2)).Start();Comments: resolved here recently ---...
View ArticleNew Post: Is this a bug of Detokenise?
Yes I think we be a bit more efficient here. The task now supports 'SearchAllStores' which allows a combination of project and provided values. I'll see if I can add an optimization for the case where...
View ArticleCreated 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?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Comment on "IntelliSense"
I can't find the xsd files in the latest download - MSBuild Extension Pack 4.0.5.0 Installers.zip
View ArticleNew Post: Help with MSBuild.ExtensionPack.VisualStudio.VSDevEnv
I'm moving an existing build script which works fine using the VS command prompt into TFS. Everything is working fine up to the point where MSBuild.ExtensionPack.VisualStudio.VSDevEnv is used. This...
View ArticleNew Post: Help with MSBuild.ExtensionPack.VisualStudio.VSDevEnv
What version of the extension pack are you using? Is this a 64 bit OS? Mike
View ArticleNew Post: MSBuild.ExtensionPack.Compression.Zip task
Hi, I running into a really strange problem when I use the zip task in my build script. When the task is creating the zip file, it's misses a couple of files. So even though the file is specified to...
View ArticleNew Post: Help with MSBuild.ExtensionPack.VisualStudio.VSDevEnv
I ended up resolving this. The MSBuild Platform setting was on Auto rather than x86 in the build definition settings. I'm not sure why that would result in a file not found on devenv.exe. Maybe it...
View ArticleSource code checked in, #77636
SqlServer\SqlExecute.cs: Support for CodePage (encoding). Thanks Taavi Kõosaar
View ArticleNew Post: Help with ExtensionPack's Email task
Hi All, I am trying to use the email task but I am unable to send mail. I using the following configuration <MSBuild.ExtensionPack.Communication.Email TaskAction="Send" Subject="Test Email"...
View Article