Source code checked in, #71973
Framework\AsyncExec.cs: Fix for starting process. Resolves #9903 (AsyncExec executes target twice) raised by Dandikas on 28 Nov 2011
View ArticleClosed 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: Resolved with...
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 ArticleSource code checked in, #71977
Computer\ActiveDirectory.cs: Added ErrorOnCancel property for GetUserPassword. Improved usability of prompt form.
View ArticleNew Post: FTP PassiveMode
Ā Hi PaulThe FTPTask you link to in the post is in no way related to the MSBuild Extension Pack.From what I can tell, the task uses Passive mode. Iām not sure why your task is timing out. Ā Mike
View ArticleUpdated Wiki: Introduction
INTRODUCTION The MSBuild Extension Pack provides a collection of over 415 MSBuild Tasks, MSBuild Loggers and MSBuild TaskFactories.A high level summary of what the tasks currently cover includes the...
View ArticleUpdated Wiki: Prereqs
PREREQUISITES .Net Framework v3.5 to compile or use any 3.5 Tasks .Net Framework v4.0 to compile or use any 4.0 Tasks BizTalk 2006 to use the MSBuild.ExtensionPack.BizTalk.dll tasks IIS7 to use the...
View ArticleNew Post: The "MSBuild.ExtensionPack.Framework.ILMerge" task failed...
Hello, I am trying to merge all assemblies in a ASP.NET MVC 3 project and I am using the following: <Import Project="$(MSBuildExtensionsPath)\ExtensionPack\4.0\MSBuild.ExtensionPack.tasks" />...
View ArticleNew Post: The "MSBuild.ExtensionPack.Framework.ILMerge" task failed...
Hi Miguel You need to provide the TargetPlatformDirectory too, e.g. Ā TargetPlatformVersion="v4"Ā TargetPlatformdirectory="c:\Windows\Microsoft.NET\Framework\v4.0.30319" I'll update the docs to make it...
View ArticleNew Post: The "MSBuild.ExtensionPack.Framework.ILMerge" task failed...
Hello Mike, I was able to solve it by adding TargetPlatformDirectory. Thank You. 1 - About selecting all DLL's I am not sure what you mean with Inline Task. Could you, please, give me an example?...
View ArticleNew Post: The "MSBuild.ExtensionPack.Framework.ILMerge" task failed...
Great. 1. Looks ok to me. See thisĀ MSBuild Inline Tasks to the rescue. Basically if you need to do anything that you dont have a task for you can go the inline route if you are on .net 4.0. You seem to...
View ArticleNew Post: NuGet and MSBuild Extension Pack Task
Hello, Is there a MSBuild task to create Nuget packages? My idea would be to run NuGet.exe with nuspec file when project builds. Thank You, Miguel
View ArticleCreated Issue: Add option in ILMerge task to delete merged files when...
Add an option to ILMerge task to delete the merged files after being merged.Thank You,Miguel
View ArticleNew Post: The "MSBuild.ExtensionPack.Framework.ILMerge" task failed...
"1. Looks ok to me. See thisĀ MSBuild Inline Tasks to the rescue. Basically if you need to do anything that you dont have a task for you can go the inline route if you are on .net 4.0. You seem to have...
View ArticleNew Post: NuGet and MSBuild Extension Pack Task
I just found that NUGet Solution has a MSBuild package. Thank You, Miguel
View ArticleNew Post: MSBuild.ExtensionPack.Web.Iis7Website fails on remote machine
Hello all. I'm trying to configure a IIS7 Website via MSBuild and got stuck getting even a simple task running. Since I'm pretty new to MsBuild anyway my approach may be totally wrong. Any help is...
View ArticleNew Post: MSBuild Queue
Hope to increase function: As long as according to BuildDefinitionName fuzzy matching for Queue, such as: input "Dev" Will be Queue: Account.Deploy.DEV.Offline.Service Account.Deploy.DEV.Offline.Site...
View ArticleCreated Issue: MSBuild.ExtensionPack.FileSystem.File No RegexOptions [9976]
<MSBuild.ExtensionPack.FileSystem.File TaskAction="Replace" RegexPattern="regex" Replacement="iiiii" Files="@(FilesToParse)"/>RegexOptions is very userful, it's not ,is bad
View ArticlePatch Uploaded: #11059
yongfa365 has uploaded a patch. Description:MSBuild.ExtensionPack.FileSystem.File Add RegexOptionsE:\Personal\My...
View ArticleNew Comment on "IntelliSense"
=========================How to use VS2010 sp1?=========================
View Article