mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

Added user parameter in MSBuild.ExtensionPack.VisualStudio.TfsSource TaskAction="GetPendingChanges" #58

Closed oromand closed 8 years ago

oromand commented 8 years ago

Because release is made by individuals, we needed a way to check that local working copy was not suffering of any local changes. Previous /user:* parameter was looking for any changes in the team.

Setting user in the task would target only changes made by a single user

NB1: I'm not sure whether UserName property could have been used in the same manner ? NB2: I had to set CultureInfo.CurrentCulture in toString method of Datetime to have my build succeed