[Vstsplugins-discussion] [vstsplugins - Open Discussion] ApplyLabel Question
Status: Pre-Alpha
Brought to you by:
martinwoodward
From: SourceForge.net <no...@so...> - 2006-05-24 18:56:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3748817 By: jlessard 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 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487436 |