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 action is used to build .Net Core projects

Name

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

...

 

Framework

The name of the framework to compile for. The framework must also be defined in the project.json file. 

Configuration

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

Runtime

Target runtime identifier to build for.

Version Suffix

...