TFS 2012 Obtaining MSTest Results File name during build -
using tfs 2012 doing build default xaml template. need determine exact path/name of trx file mstest outputs during build. know can testresultsdirectory, want file name too. defaults long name consisting of current user + date/time , stuff. that's fine, want obtain name during build. know can override output name using testsettings file, , force name same every build, don't want that. want have date/time stamp trx files distinct across builds. attempted add command line argument mstest activity "/resultsfile:blahblah" mstest activity rejects argument "unsupported". there property or way obtain name during build?
Comments
Post a Comment