forked from Glimpse/Glimpse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.xunit
17 lines (17 loc) · 954 Bytes
/
tests.xunit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<xunit>
<assemblies>
<assembly filename="source\Glimpse.Test.Core\bin\Release\Glimpse.Test.Core.dll" shadow-copy="true">
<output type="xml" filename="builds\local\artifacts\test.core.xml" />
</assembly>
<assembly filename="source\Glimpse.Test.Core.Net35\bin\Release\Glimpse.Test.Core.Net35.dll" shadow-copy="true">
<output type="xml" filename="builds\local\artifacts\test.core.net35.xml" />
</assembly>
<assembly filename="source\Glimpse.Test.AspNet\bin\Release\Glimpse.Test.AspNet.dll" shadow-copy="true">
<output type="xml" filename="builds\local\artifacts\test.aspnet.xml" />
</assembly>
<assembly filename="source\Glimpse.Test.Mvc\bin\Release\Glimpse.Test.Mvc.dll" shadow-copy="true">
<output type="xml" filename="builds\local\artifacts\test.mvc.xml" />
</assembly>
</assemblies>
</xunit>