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:
-
the “CloudAppPublisher” folder which contains the cloud
app launcher and the PowerBuilder runtime files -
the “[appname]” folder which contains the application
files -
the “[solutionname]_API” folder which contains the
PowerServer Web APIs. However, the files in this API folder
will not be used in this tutorial. -
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.