Mattias Karlsson
Mattias Karlsson
The issue is that exit code is marked as handled if `exitCode == expectExitCode`, but otherwise it's handled by standard tool execution, so essentially zero or handled. This is why...
Yes, but the delegate is used for if exit code is essentially already handled or not, and that's what it does. So if a behavior should be changed it IMHO...
Yes but it's only processed if HandleExitCode returns false. An expected exit code is something that was added with Command without changing the internals of the Cake process, so Zero...
Before dependecy graph is changed in any way, "WeakDependencies" perhaps could be something introduced as a alias/method to executed before _RunTarget_ basically it could check for task existence by iterating...
@jden123 As criteria can be lazy and dependent on child tasks result, it can lead to unforeseen consequences, complexities, `SkipDependentTasksOnCriteriaFail` would essentially have to evaluate criteria, which would change behavior....
> Client-side is probably best - that way we can even customize it for the browser culture if we want to Agreed and if we have something like a Unix...
Probably best would perhaps be a new page TeamCity page under https://cakebuild.net/docs/build-systems/
I think it's really useful when debugging i.e. if a build on CI fails it could be because it's running a old version, each version has its behavior, having the...
There's no offline API reference available currently, the website is a static web site so you could download the html files from the publish git branch https://github.com/cake-build/website/archive/publish/master.zip
If you're on a Windows machine you could actually generate and host the site locally using WYAM, first clone repo get all addin and sources from GitrHub and NuGet ```PowerShell...