Skip to main content

Build

In order to build a project made by a developer, the build should be performed using BACKND CLI provided by BACKND, rather than building in the Visual Studio environment.

  • BACKND Function operates in the Linux environment, which is the development environment, and not Windows.
  • When building, various custom build settings used by BACKND Function are required.
  • Be sure to use BACKND CLI to build and deploy the result to the server.

For more information on building, please refer to the BACKND CLI Build documentation.