Learn how to get started on Square Cloud with Elixir
MAIN
field, for example: MAIN=folder/file.csproj
START
field is not defined in the configuration file, Square Cloud will by default uses restore & run
to start your application. If the START
field is defined in the configuration file, the value in the START
field will be executed directly. For more information on configuration file parameters, visit configuration parameters.
dotnet restore
to restore project dependencies and dotnet run --project MAIN
to build and run the project specified by MAIN
.
squarecloud.app/.config
) file must be located in the root of the zip file. Otherwise, Square Cloud will not be able to find it during deployment.