Commented Issue: NuGet Package for MSBuild Extension Pack [11412]
Can you please also generate nupkg (much like .msi) as part of your build so that we could just consume NuPkg using NuGet infrastracture.Comments: ** Comment from web user: plillevold ** Laxmi, there...
View ArticleSource code checked in, #81839
Ftp: Fix for InternetFlagPassive value. Resolves #11386 (Ftp task is not doing Passive mode as expected) raised by plillevold on 27 Nov 2012
View ArticleClosed Issue: Ftp task is not doing Passive mode as expected [11386]
Tried to use the FTP task from inside our development environment but could not get it to work. A network trace showed that login worked but then a PORT command was issued with IP and port of the local...
View ArticleCommented Issue: Ftp task is not doing Passive mode as expected [11386]
Tried to use the FTP task from inside our development environment but could not get it to work. A network trace showed that login worked but then a PORT command was issued with IP and port of the local...
View ArticleCommented Issue: NuGet Package for MSBuild Extension Pack [11412]
Can you please also generate nupkg (much like .msi) as part of your build so that we could just consume NuPkg using NuGet infrastracture.Comments: ** Comment from web user: mikeFourie ** yip, let me...
View ArticleClosed Issue: NuGet Package for MSBuild Extension Pack [11412]
Can you please also generate nupkg (much like .msi) as part of your build so that we could just consume NuPkg using NuGet infrastracture.Comments:
View ArticlePatch Uploaded: #13472
GennadyGS has uploaded a patch.Description:Log Subcategory field of Error and Warning in XmlFileLogger
View ArticleSource code checked in, #81863
Reverts adding Git functionality This basically deletes all Git task functionality added earlier. This will be re-added at the proper location (not in Framework)
View ArticleSource code checked in, #81864
Adding Subcategory to warning and error logs. Patch from GennadyGS -- Thanks!
View ArticleCommented Issue: Nunit 2.6.2 Suite running twice instead of once [11402]
using System;using System.Collections;using NUnit.Framework;namespace Tests.MyTest{public class SpikeSuite{[Suite] public static IEnumerable Suite{ get{ var suite = new ArrayList{ new SpikeTest(),};...
View ArticlePatch Applied: #13472
mikeFourie has applied patch #13472.Comment:http://msbuildextensionpack.codeplex.com/SourceControl/changeset/81864
View ArticleSource code checked in, #82006
Add .gitignore file Add a file so Git nows what files to ignore. (I'm working with the excellent 'git tf' tool so I can use Git to work against TFS).
View ArticleSource code checked in, #82008
Add dependencies using NuGet. Use NuGet to install NGit (A .NET library for Git).
View ArticleSource code checked in, #82011
Add Moq and NUnit dependency Add Moq and nUnit dependencies to the tests for Git.
View ArticleSource code checked in, #82013
Set code analysis rules. Set project to use the code analysis rules that are found in the Common folder.
View Article