Search Results

3
votes
3answers
730 views

Unit test MSBuild Custom Task without “Task attempted to log before it was initialized” error

I have written a few MSBuild custom tasks that work well and are use in our CruiseControl.NET build process. I am modifying one, and wish to unit test it by calling the Task's Execute() met …
0
votes
2answers
108 views

polymorphic search for files in file system or in assembly embedded resources

I am learning to use polymorphism in C#, but cannot figure out this one. I'm trying to write a class that allows me to get a filtered list of files from a repository. The repository could …
5
votes

How can I use MSBuild to update version information only when an assembly has changed?

I cannot answer all your questions, as I don't have experience with TFS. But I can recommend a better approach to use for updating your AssemblyInfo.cs files than using the AssemblyInfo tas …