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]

DotNet Build

Name

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

...

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]

...