it might be easier to understand with the define as well
<!-- standard test-->
<cb:define name="nunitStandard">
<nunit path="$(nunitPath)">
<cb:nunitAssemblies/>
<includedCategories>
</includedCategories>
<excludedCategories>
<excludedCategory>LongRunning</excludedCategory>
<excludedCategory>Integration</excludedCategory>
</excludedCategories>
</nunit>
</cb:define>
On 3 Sep, 10:16, östen petersson <[email protected]> wrote:
> I wolud like to scope something like this:
>
> <cb:scope name="nunitAssemblies" value=" <assemblies>
> <assembly>$(WorkingDirectory)$(MyProjectName)\Tests\bin\Debug
> \myprojectTests.dll</assembly> </assemblies>"
> >
> <cb:nunitStandard/>
> </cb:scope>
>
> or something - I realize it is not possible as I have written it but
> is it doable somehow? I can´t know how many assemblies we have to run.
>
> best regards
> östen