Skip to content

Commit 465b6fe

Browse files
committed
Move runsettings to dummy test adapter
1 parent 2c9a590 commit 465b6fe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<RunSettings>
3+
<!-- Configurations that affect the Test Framework -->
4+
<RunConfiguration>
5+
<MaxCpuCount>1</MaxCpuCount>
6+
<ResultsDirectory>.\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
7+
<TestSessionTimeout>1200000</TestSessionTimeout><!-- Milliseconds -->
8+
<TargetFrameworkVersion>net48</TargetFrameworkVersion>
9+
<TargetPlatform>x64</TargetPlatform>
10+
</RunConfiguration>
11+
<nanoFrameworkAdapter>
12+
<Logging>Verbose</Logging>
13+
<IsRealHardware>False</IsRealHardware>
14+
<PathToLocalCLRInstance>E:\GitHub\nf-interpreter\build\bin\Debug\nanoFramework.nanoCLR.dll</PathToLocalCLRInstance>
15+
</nanoFrameworkAdapter>
16+
</RunSettings>

0 commit comments

Comments
 (0)