Skip to content

Commit dbb3f63

Browse files
committed
Fix runsettings
1 parent 48831b9 commit dbb3f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.runsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</RunConfiguration>
1010
<nanoFrameworkAdapter>
1111
<Logging>None</Logging> <!--Set to the desired level of logging for Unit Test execution. Possible values are: None, Detailed, Verbose, Error. -->
12-
<IsRealHardware>True</IsRealHardware><!--Set to true to run tests on real hardware. -->
12+
<IsRealHardware>False</IsRealHardware><!--Set to true to run tests on real hardware. -->
1313
<RealHardwarePort>COM15</RealHardwarePort><!--Specify the COM port to use to connect to a nanoDevice. If none is specified, a device detection is performed and the 1st available one will be used. -->
1414
<CLRVersion></CLRVersion><!--Specify the nanoCLR version to use. If not specified, the latest available will be used. -->
1515
<PathToLocalCLRInstance></PathToLocalCLRInstance><!--Specify the path to a local nanoCLR instance. If not specified, the default one installed with nanoclr CLR witll be used. -->

0 commit comments

Comments
 (0)