You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some tasks, like Run-InspectCode, there is a direct parameter which can be set shouldRunInspectCode which prevents this task from being executed. For other tasks, this is not possible. We should be consistent about exactly what tasks can be overridden, ideally all of them, via the parameters passed into the recipe.cake file.
The text was updated successfully, but these errors were encountered:
Made all the properties and usage of them within the parameters.cake
file alphabetical. This should make them easier to find going forward.
Also, for similar reasons, changes TransifexEnabled to
ShouldRunTransifex.
To allow these tasks to be overridden in the recipe.cake file, in the
same way that can be done for other tasks. This now means that all
tasks can be overridden.
* release/0.13.0:
(#61) Add override for OpenCover
(#62) ToLower() to argument
(maint) Formatting
(#62) Don't run any unit tests when argument set
(maint) Correct spelling of NuGet
(maint) Renamed CanUseGitReleaseManager property
(#61) Renamed ShouldPublishGitHub
(#61) Add new criteria to tasks
(#61) Alphabetical all the things!
(maint) Renamed all DotNetCore tasks
(maint) Remove Upload-Artifacts-Task
For some tasks, like Run-InspectCode, there is a direct parameter which can be set
shouldRunInspectCode
which prevents this task from being executed. For other tasks, this is not possible. We should be consistent about exactly what tasks can be overridden, ideally all of them, via the parameters passed into the recipe.cake file.The text was updated successfully, but these errors were encountered: