10 lines
302 B
XML
10 lines
302 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<AutobahnReportDir>$(ArtifactsDir)autobahnreports\</AutobahnReportDir>
|
|
</PropertyGroup>
|
|
|
|
<Target Name="SetReportDirectory" BeforeTargets="Test">
|
|
<SetEnvironmentVariable Variable="AUTOBAHN_SUITES_REPORT_DIR" Value="$(AutobahnReportDir)" />
|
|
</Target>
|
|
</Project>
|