Edited Issue: Issue with AsyncExec task [12275]
Hi, I seem to be getting an internal error with the AsynxExec task. It is intermittent.From the build log - on this occasion I happen to be trying to execute a batch file in this example, but it fails...
View ArticleEdited Issue: Add CommitMessage to SVN Copy [12877]
```<Svn TaskAction="Copy" Items="$(SvnTrunkUrl)" Destination="$(SvnSnapshotsUrl)/it-$(AppVersion)" />```Results in:E205001- Cannot invoke editor to get log message when non-interactiveWhen...
View ArticleCommented Issue: Issue with AsyncExec task [12275]
Hi, I seem to be getting an internal error with the AsynxExec task. It is intermittent.From the build log - on this occasion I happen to be trying to execute a batch file in this example, but it fails...
View ArticleSource code checked in, #88003
Subversion\Svn.cs: Add support for CommitMessage with Copy
View ArticleClosed Issue: Add CommitMessage to SVN Copy [12877]
```<Svn TaskAction="Copy" Items="$(SvnTrunkUrl)" Destination="$(SvnSnapshotsUrl)/it-$(AppVersion)" />```Results in:E205001- Cannot invoke editor to get log message when non-interactiveWhen...
View ArticleClosed Issue: Issue with AsyncExec task [12275]
Hi, I seem to be getting an internal error with the AsynxExec task. It is intermittent.From the build log - on this occasion I happen to be trying to execute a batch file in this example, but it fails...
View ArticleNew Post: How to make SecureFileLogger work?
I don't know how Team City build interacts. you could set your logging to minimum and see if that helps. Mike
View ArticleNew Post: Read through an SQL recordset
No Mike, I don;t quite uinderstand how your sample works. I see the multiple return from the SQL but I don't understand how to interate through each row and each column of each row. The return for me...
View ArticleCreated Issue: The Cab task does not creating cabs for folder paths with...
Tried creating a cab file using the task for a folder path with a space in it. The task failed. Looking at source code, looks like a defect to mecabProcess.StartInfo.Arguments =...
View ArticleEdited Issue: The Cab task does not creating cabs for folder paths with...
Tried creating a cab file using the task for a folder path with a space in it. The task failed. Looking at source code, looks like a defect to mecabProcess.StartInfo.Arguments =...
View ArticleNew Post: Parallel Targets with Exec Command saturate the machine with lots...
Hello! I have to build ~200 CustomBuilds (MOC Qt and UIC). I use an Exec Task in targets with the MOC command line. It works, but the build creates lots of MSBuild.exe for each targets and waits for...
View ArticleSource code checked in, #88126
Fixed issue 12962: Cab file could not be created for folders with spaces in them.
View ArticleClosed Issue: The Cab task does not creating cabs for folder paths with...
Tried creating a cab file using the task for a folder path with a space in it. The task failed. Looking at source code, looks like a defect to mecabProcess.StartInfo.Arguments =...
View ArticleCreated Task: Move setup project of MSBuild Extension Pack back to Visual...
Now that Visual Studio supports setup project again, I propose to move the installation back from being a WiX project.
View ArticleClosed Task: Move setup project of MSBuild Extension Pack back to Visual...
Now that Visual Studio supports setup project again, I propose to move the installation back from being a WiX project.
View ArticleNew Post: MSBuild.ExtensionPack.StyleCop.dll vs StyleCop.dll
How does the MSBuild extension pack StyleCop implementation differ from the StyleCop stand alone? MSBuild extension pack right now is 4.0.9.0. StyleCop right now is 4.7.49. Are they "internally" in...
View ArticleCommented Issue: Remove Lines take 10 minutes to execute [12665]
I have a 1.3 MB SQL file that I am using the RemoveLines task to remove 5 lines of text from the file. For some reason this is taking upwards of 8 minutes. What can I do to figure out why it's taking...
View ArticleCommented Issue: Remove Lines take 10 minutes to execute [12665]
I have a 1.3 MB SQL file that I am using the RemoveLines task to remove 5 lines of text from the file. For some reason this is taking upwards of 8 minutes. What can I do to figure out why it's taking...
View Article