jlessard - 2006-05-24

I’m using VSTS with applylabel=true. I’m trying to figure out WHEN the archive gets labeled.

I have one msbuild task within my project that builds my code, runs unit tests and does code coverage. I have a second msbuild task within my <publishers> block that will update my work item build number with the current successful build number. It finds the work items using a range of labels: last good build and current successful build.

My problem is that when the second msbuild task runs, the current successful build label can’t be found in the archive.

So when is the archive being labeled? After all msbuild tasks complete?

thanks