Versions Compared

Key

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

...

The DotNet Build action is used to build .Net Core projects

DotNet Build

Name

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

...

Tick this checkbox to mark the build as unsafe for incremental build. This turns off incremental compilation and forces a clean rebuild of the project dependency graph.

No dependencies

Tick this checkbox to ignore project-to-project references and only build the root project specified to build.

Log standard output 

If this is ticked, the command line output is written to the build log.

Verbosity

The amount of information detail to display in the build log.

Timeout (in seconds)

How long to wait for the action to finish running before timing out. Leaving this blank (or zero) will default to 86400 seconds (24 hours).

Treat failure as warning

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


Environment

Multiple environment variables can be defined - one per line. These are set before the DotNet Build command line is run.

...