PBAutoBuild enhancements

  • PBAutoBuild supports downloading source code from the Git branch. For example, you can specify the Git branch in the "Branch" setting in the JSON file.

  • The "ClearSrcBeforeDownload" setting is added to the JSON file for removing files from the source code folder (specified by the "DestPath" setting) before downloading the source code. The default value is false.

  • PBAutoBuild supports specifying version numbers through parameters: /v , /vn , /fv , /fvn.

  • PBAutoBuild supports exporting the existing Git/SVN source control settings from the project. In the Export Build File window, there is a new option "Export the Git/SVN SourceControl settings (if exists) from the project".

  • When exporting the settings from IDE to the JSON file, the SVN/Git login password will be encrypted and stored in the JSON file. ("Clear the SourceControl settings" option must be selected in order to export the password)

Refer to the corresponding sections for details: Tutorial: Building your PowerServer project with commands, Tutorial: Building your PowerClient project with commands in Users Guide, or Tutorial: Building your client/server application with commands in Users Guide.