Building the PowerServer project

After you made changes to the PowerServer project settings, save the project settings and then click the Build & Deploy PowerServer Project button in the toolbar.

When the build process completes, the following will be generated:

  • a zipped file package which contains the following:

    1. the "CloudAppPublisher" folder which contains the cloud app launcher and the PowerBuilder runtime files

    2. the "[appname]" folder which contains the application files

    3. the "[solutionname]_API" folder which contains the PowerServer Web APIs. However, the files in this API folder will not be used in this tutorial.

    4. the web.config file (used by IIS). However, this file will not be used in this tutorial.

  • a C# solution of PowerServer Web APIs

They will be used to create the docker container images in the next step.