Skip to end of banner
Go to start of banner

Add build dependencies to a manifest

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Build dependencies are Workflow Studio items that need to be referenced by the manifest for your project to run correctly in an runtime environment. When this it the case, you can quickly add these references to the manifest and Workflow Studio will include the .pub file for each build dependency in your manifest. Then, when it is time to build the manifest and package it for deployment, all required files will be included.

To add build dependencies to a manifest, you must first built it.

Add build dependencies

  1. In Workflow Studio, open the Deployment pane by selecting either Deployment Services from the Common ribbon or Deploy from the Build ribbon.

  2. Click the Open Manifest button located above the Build Order pane.

     

  3. Search for and select the manifest file you want to update.

     

    You should see the manifest tree.


  4. Click Build to build the manifest.


  5. Close the Error message that appears. The message is simply alerting you that no new items have been added to the build.


  6. Right-click in the Build Order pane and select Add New Build Dependency.


    This opens the Select Build Dependencies dialog.


  7. Select the needed Workflow Studio items from the tree and click OK.

    You should see the new items in the Build Order pane and their status in the lower Results pane.



Next Steps

Add

  • No labels