Patch Applied: #14389
mikeFourie has applied patch #14389.Comment:https://msbuildextensionpack.codeplex.com/SourceControl/changeset/83511
View ArticleCreated Issue: Error message "Invalid output from SVN tool" is too broad [11742]
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 Uploaded: #14400
janbrogger has uploaded a patch.Description:This generates more informative error messages than the previous "Invalid output from SVN tool".
View ArticleCommented Issue: 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 ArticleCommented Issue: 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 Uploaded: #14407
janbrogger has uploaded a patch.Description:This generates more informative error messages than the previous "Invalid output from SVN tool". (full svn file)
View ArticlePatch Uploaded: #14408
janbrogger has uploaded a patch.Description:This is code that implements a CommittMessage property on the subversion Commit TaskAction. It is in Subversion patch format. Code compiles, but is untested...
View ArticleCommented Feature: Add CommittMesssage 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 ArticleCommented Issue: 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 ArticleCommented Issue: 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: Race conditions with Tasks
Maybe someone can help me out with some ideas, please? All my csprojs import a common build file which hangs targets off Pre and PostBuild targets which do various stuff... including setting up IIS...
View ArticleNew Post: Using MSBuild Extension pack to Deploy Code - Need to update...
Does anyone know how I can,in the targets.XML file, declare what a value should be within a configuration file before calling the <MSBuild> command to compile the code? I've been told I can use...
View ArticleCreated Feature: 64 Bit issue with MSBuild.ExtensionPack.tasks [11765]
see http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/c49cd548-bb97-459e-ad6e-97ad3d9123ab
View ArticleNew Post: how to use MSBuild Extension Tasks in DefaultTemplate.xaml in Team...
i want to use simple MSBuild Extension Zip Task in Team Build server 2010 , to Zip the output of build in drop location what are the required steps to do this? Thanks
View ArticleNew Post: Race conditions with Tasks
Mutex is probably the solution. Feel free to send a patch or raise an issue and I'll look at getting it fixed. What you describe could be a wider issue though. Mike
View ArticleNew Post: how to use MSBuild Extension Tasks in DefaultTemplate.xaml in Team...
Hi This task is available as an activity in https://tfsbuildextensions.codeplex.com Regards Mike
View ArticleNew Post: Using MSBuild Extension pack to Deploy Code - Need to update...
I'm not following. Can you provide a bit more info on what you need to do. thanks Mike
View ArticleNew Post: how to use MSBuild Extension Tasks in DefaultTemplate.xaml in Team...
thanks for your replay in case i want to integrate MSBuild MSBuild Extension Task in TFS Build Work flow ., how to do this ?
View ArticleNew Post: Race conditions with Tasks
Hi Mike thanks very much for getting back to me. I won't submit a patch - as my 'fix' is quick and filthy; as I don't really have much clue where to begin and as I am mutex-ing irrespective of target...
View ArticleNew Post: Using MSBuild Extension pack to Deploy Code - Need to update...
Hi, Yes, I can definitely clarify, so below is a snippet of target.xml file I’m working on to help with the packaging of the different components that make up the application I release. I have found...
View Article