I have multiple build def tfsbuild.proj files for many environments. I have
separate .xml files that comprise common targets for these build files. This
stuff basically works fine. Clunky but fine. ☺
For unit tests, I do things like this in each build def:
<ItemGroup>
<TestContainer Include="$(OutDir)TestSuites.Test%2a.Pro.dll"/>
<TestContainer Include="$(OutDir)ReportSanityTest.webtest" />
</ItemGroup>
This gives some flexibility in cherry-picking the types of tests that run for
each build definition (eg long running tests fit certain filename patterns, a
group of functionality has a certain kind of pattern, etc).
I would like to make the ItemGroup bits into separate files as well, but am not
sure how.
How can I externalize <ItemGroup>?
Thanks.
_______________________________________________
oztfs mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/oztfs