Sign in
Nikhil Singhal's Blog
.Net Programming tips and gotchas
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
advanced
AJAX
architecture
ASP.NET
AssemblyInfoTask
AutoIncrement
C#
C++
code
cryptography
design
developer
EF
Entity Framework
exceptions
interview
java
javascript
jQuery
LINQ
MSBuild
patterns
programming
regex
regular expressions
SEO
SQL
strategies
TFS
toolsiuse
vdproj
web service
windows service
WP7
Browse by Tags
MSDN Blogs
>
Nikhil Singhal's Blog
>
All Tags
>
tfs
Tagged Content List
Blog Post:
TFS build - post build cleanup - recursively delete wildcard files using MSBuild.proj
Nikhil Singhal
I have seen many requests over the years asking for help in doing post build cleanup for TFS Build. There are many approaches for achieving this. Each has it’s own pros and cons. I would lean towards simplicity of approach and maintenance. Assuming that you have to delete all dll’s that start with test...
on
10 May 2010
Blog Post:
How to AutoIncrement version with each build using Team Foundation Server build (with a little help from AssemblyInfoTask)
Nikhil Singhal
One common requirement with any decent sized multi-version product is to automatically update the version numbers of the binaries on a regular basis. This is generally achieved by updating the AssemblyInfo.cs (or other language equivalent ) files. There are a couple of ways to do this: 1. Assign...
on
12 Jun 2008
Page 1 of 1 (2 items)