Lloyd Holman
Lloyd Holman
At present a pretty slack PowerShell execution policy is assumed, think and implement improvements around. - Use of .NET RunSpace defaults - Service account defaults, e.g. Read only, no Write...
Log4Net would be my preference http://logging.apache.org/log4net/ - ColouredConsoleAppender - EventLogAppender
Leaning on something I previously implemented for a different library over [here](https://github.com/lloydstone/femah/issues/48) There's currently no easy way for people to know what they're getting in a new release of the...
To make OneBuild a little smaller on the dependency front, and also avoid the chicken and egg situation where we can't start a OneBuild build until Invoke-Build is NuGet package...
For example, within `Set-BuildNumberWithGitCommitDetail` we have the parameter `sendTeamCityServiceMessage` which, as it suggests updates the build number within the executing TeamCity build configuration to reflect that created by OneBuild, as...
In TeamCity it's easily done with either service messages or hooking up a Build Feature to pass a known (NUNit) xml format. In AppVeyor it would seem we need to...
Currently OneBuild only supports execution of NUnit unit tests, which other unit test frameworks should we be supporting? Initial thoughts are XUnit and MSTest, however MSTest usually has a hard...