Aaronontheweb on dev
Bump XunitVersion from 2.4.1 to… (compare)
Aaronontheweb on nuget
/mycommand {commandvalue}
<?xml version="1.0" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<targets>
<!--<target name="eventlog" xsi:type="EventLog" layout="${logger}: ${message}" source="Lighthouse" log="Application" />-->
<target name="console" xsi:type="ColoredConsole" layout="${date:format=HH\:MM\:ss} ${logger} ${message}"></target>
</targets>
<rules>
<!--<logger name="*" minlevel="Warn" writeTo="eventlog" />-->
<logger name="*" minlevel="Info" writeTo="console" />
</rules>
</nlog>