Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
The DotNet Build action in Continua CI is a wrapper around the .Net Core command line tools. If you're having trouble using the DotNet Build action, please refer to the .NET Core Command Line Tools documentation.

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

DotNet Build

Image RemovedImage Added

Name

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

...

Determines if this action will be run within the relevant stage.

Project/Solution Path

Path to project file, solution file or folder. If a folder is specified, the folder it will be searched for a file that has a file extension that ends in `proj` or 'sln'. Defaults to the workspace folder.

...

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.


Settings

Image RemovedImage Added

Configuration

The configuration under which to build. This defaults to "Debug" if left empty.

...

This can be used to replace a wildcard * in the version field in the project.json file. The format follows NuGet's version guidelines.

Additional Arguments

Image Removed

Additional Arguments

Use this to specify additional MSBuild command line arguments and properties. Note that these will placed at the end of the command line and will override any other matching settings.

Options

Image Removed

No incremental compilation


Flags

Image Added

No incremental Build

Set this flag 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-incremental]

No dependencies

Tick Set this checkbox to flag to ignore project-to-project references and only build the root project specified to build.. [--no-dependencies]

No Restore

Set this flag to skip running an implicit restore during build. [--no-restore]

Force all Dependencies to be resolved.

Set this flag to Force all dependencies to be resolved even if the last restore was successful. It is the same as deleting the project.assets.json file. [--force]

Additional Arguments

Image Added

Additional Arguments

Use this to specify additional MSBuild command line arguments and properties. Note that these will placed at the end of the command line and will override any other matching settings.


Options

Image Added

Log standard output

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

...

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


Environment

Image RemovedImage Added

Environment Variables

...