Configure the Packaging Job
If you've set up your visual application to use CI/CD pipelines for deployment, the packaging job generates two archive files from your visual application's source files: a source archive file that contains the visual application's source files and a build artifact archive file. You have the option to specify custom file names for these archive files.
If you don't want to change the visual application's default archive file names, there's no need to configure the packaging job.
However, if you do want to specify custom names, follow these steps:
If you change the default file names of archive files, then remember to
configure the deployment job to use the same file names.
- In the Jobs tab, click the deployment job.
- Click Configure.
- Click Configure
.
- Click the Steps tab and navigate to the Visual Application Deployment section.
- In File names, select Use custom file names.
- In Sources and Build Artifact, enter the same file names (with path) you specified in the packaging job.
- Click Save.