Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cake (C# Make) can be used to run various build tools defined in a C# DSL script. This action runs the Cake command-line. For more information about the project and documentation on the command-line arguments, please visit the Cake website. [Cake.exe]

Cake

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

The amount of information detail to display in the build log. [-verbosity=]

Dry Run

Logs the output from running the Cake action without actually performing any tasks. [-dryrun]

Experimental

Use the latest build of the Roslyn script engine. [-experimental]


Timeout (in seconds) 

How many seconds to wait for the action to finish before timing out. The default is 86400 seconds (24 hours).

Treat failure as warning

Tick to continue build on failure marking the action with a warning status.

Ignore warnings

If this is ticked, any warnings logged will not mark the action with a warning status.


NuGet

Image RemovedImage Added

Sources

A list of package sources to install the Cake package from. Optional. You can separate multiple sources with semi-colons. 

...