Created Issue: SystemDrive Task errors out with IOException when getting...
On certain machines, we've received the following error with the SystemDrive task: Getting Drives from: SERVERNAME 1>D:\Path\To\Script.proj(585,2): error : IOException: The device is not...
View ArticleCommented Issue: SystemDrive Task errors out with IOException when getting...
On certain machines, we've received the following error with the SystemDrive task when getting local drives: Getting Drives from: SERVERNAME 1>D:\Path\To\Script.proj(585,2): error : IOException: The...
View ArticleSource code checked in, #75466
Computer\SystemDrive.cs: Fix to check drive IsReady before reading it. Resolves #10638 (SystemDrive Task errors out with IOException when getting local drives that are not ready) raised by...
View ArticleClosed Issue: SystemDrive Task errors out with IOException when getting local...
On certain machines, we've received the following error with the SystemDrive task when getting local drives: Getting Drives from: SERVERNAME 1>D:\Path\To\Script.proj(585,2): error : IOException: The...
View ArticleSource code checked in, #75470
Sql2008\Database.cs: Add support for Compression Resolves #10631 (Add Database Compression) raised by John Grzegorczyk on 10 April 2012
View ArticleClosed Feature: Add Database Compression [10631]
I would love if someone could add compression options to the database backup task. I have a 60GB db to backup and without compression it is not usable. The following is what I added to the SQL2008...
View ArticleSource code checked in, #75471
Xml\XmlFile.cs: Allow ReadElement to read entire XML doc. Resolves #10637 (ReadElement should allow XPath of "/" to read entire document) raised by Iristyle on 10 April 2012
View ArticleClosed Feature: ReadElement should allow XPath of "/" to read entire document...
This may seem like a silly request, but when repackaging / cobbling together Xml files (for instance into a master SQL script), it may be useful to get the Xml of an entire document, rather than using...
View ArticleClosed Issue: SmartExec task output is displayed only when the process is...
MSBuild Extension Pack v4.0.4.0Visual Studio 2010 SP1Windows 7 Ultimate x64 SP1SmartExec task's output is displayed only when the process is completely finished.I would like the task to display the...
View ArticleCreated Feature: Add support for SQL 2012 [10644]
Starting with a copy of SQL2008 with updated references will do
View ArticleClosed Feature: Add support for SQL 2012 [10644]
Starting with a copy of SQL2008 with updated references will doComments: http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/75472
View ArticleCommented Feature: MSBuild.ExtensionPack.Computer.WindowsService Description...
It would be nice to have a Description property for a service.Comments: ** Comment from web user: mikeFourie ** For reasons unknown, the description is not exposed via WMI. I'll add support which will...
View ArticleSource code checked in, #75480
Computer\WindowsService.cs: Added Description and Force parameters. Added new TaskAction="Delete". Resolves #10636 (MSBuild.ExtensionPack.Computer.WindowsService Description) raised by Corporalis on 10...
View ArticleClosed Feature: MSBuild.ExtensionPack.Computer.WindowsService Description...
It would be nice to have a Description property for a service.Comments: Resolved with changeset 75480.
View ArticleNew Post: TFS2010 Build Report showing multiple entries after using DevEnv task
Is there a full sample out there on using the devenv task?
View ArticleNew Post: TFS2010 Build Report showing multiple entries after using DevEnv task
Help is available here: http://www.msbuildextensionpack.com/ Mike
View ArticleNew Post: TFS2010 Build Report showing multiple entries after using DevEnv task
I have read the help multiple times, and with more searching I think I know whats wrong here. This task is really just for use with the UpgradeTemplate in TFS2010. Here is what I'm trying to do: Write...
View ArticleCommented Issue: AsyncExec executes target twice [9903]
in Task:MSBuild.ExtensionPack.Framework.AsyncExecmethod Execute(), there is a bug at the very last loop:Process.Start(GetCommandLine(str2)).Start();Start is invoked 2 times.Comments: ** Comment from...
View ArticleNew Post: Issue using ExtensionPack
Hi, I have to use Msbuild.ExtensionPack to finish one of my task. I have downloaded the source code of MSBuild Extensions. I compiled it. I copied the MSBuild.ExtensionPack.tasks tasks file in to...
View Article