This commit is contained in:
Nate McMaster 2017-02-16 10:05:34 -08:00
parent df21a82516
commit 1d67db92c2
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
3 changed files with 6 additions and 1 deletions

5
build/repo.props Normal file
View File

@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\AutobahnTestApp\*.csproj" />
</ItemGroup>
</Project>

View File

@ -6,4 +6,4 @@
<Target Name="SetReportDirectory" BeforeTargets="Test">
<SetEnvironmentVariable Variable="AUTOBAHN_SUITES_REPORT_DIR" Value="$(AutobahnReportDir)" />
</Target>
</Project>
</Project>