I want to create a build number which looks like Major.minor.Date.LastChangeSetInTFS, the problem is how to get last changeset number from the TFS. Is there any property, or something??
|
|
OK finaly I've found a solution. Here's a task that will provide you the latest changeset number and crate a property to insert it in a Assembly info build number. The main problem was in the missing TfsLibraryLocation property (without it it should be pointing to libraries in GAC, but it didn't)
|
||
|
|
|
|
I've found what I want on http://richardsbraindump.blogspot.com/2007/07/versioning-builds-with-tfs-and-msbuild.html But now I have problem with tfsversion LocalPath property, when I set it to $(SolutionRoot) I get the error message: "The local path <...> is not associated with the workspace", when I change it to TFS mapped path I get the same error. Maybe someone had the same problem. (Sorry for dabbled posts but sth cut my last one in half) |
||
|
|
|
|
I've found what I want on http://richardsbraindump.blogspot.com/2007/07/versioning-builds-with-tfs-and-msbuild.html But now I have problem with |
||
|
|
|
|
Well that's not what I want, You're adding $(BuildNumber) to assembly info, but I want to add last changeset checked in TFS as a part of build number. Running tf changeset /latest /i get the last changeset for whole TFS, not the last changeset for My project. BTW how to pass this echo into msbuild script? |
||
|
|
|
|
This has already been answered, have a look at: http://stackoverflow.com/questions/545566/aligning-assembly-version-numbers-with-tfs-buildnumber |
||
|
|
|
|
Check out following extension projects. You'll find about 5 different ways to solve your problem.
|
||
|
|
|
|
According to a comment on this page you can use the command line
|
||
|
|
