The BaseOutputDirectory
element tells Concordion.NET
where to place the resulting Concordion.NET test reports. If this element is
not specified then Concordion.NET places the output in the directory
defined by the users TEMP environment variable (on Windows
environment variable %Temp% by default points to
C:\Users\<your-windows-user>\AppData\Local\Temp).
To use a specific directory as destination of Concordion.NET reports, you can use the following configuration:
<?xml version="1.0" encoding="utf-8" ?>
<Specification>
<BaseOutputDirectory path="C:\Dev\Concordion.NET\Reports" />
</Specification>