sln build

Builds an APPIO solution, which means all added opcuaapps are built.

Usage

appio sln build <options>

Options

Options Description
-h | --help prints the command help
-s | --solution APPIO solution name

Parent command

sln

Detailed Description

APPIO sln build executes appio build for each APPIO project contained in the solution.

Note

After a successfull build you can publish the opcuaapp with appio sln publish.