Document! X 2022
Content Publishing / Publishing Fundamentals
In This Topic
    Publishing Fundamentals
    In This Topic

    Create a new Publishing Target

    1. Open the Build Profile Editor.
    2. Select the Publishing page.
    3. Click the  toolbar button.
    4. On the New Publishing Target dialog, select the kind of target you are publishing to.
    5. Click OK.
    6. A new Publishing Target is created and selected for editing.
    7. Complete the fields in the Publishing Target editor for the new Target.             
    If you are publishing to an Azure Website, follow the instructions in Publish to an Azure Web Site  to automatically import an Azure .publishsettings file.

    Publish as part of the build

    1. Click the Build ribbon button.
    2. Select the Build Profiles you wish to build.
    3. Beneath each selected Build Profile, select the Publishing Targets you wish to publish to once the build is complete.
    4. Click Start to begin the build and publishing operation.

    Publishing takes place for the selected Publishing Targets as part of the Build and displays in the Build Results beneath each Build Profile.

    You can automatically publish as part of a saved Build Configuration. Create and modify Build Configurations in the Project Settings editor.

    Publish separately from the build

    You may wish to publish as a separate activity from building, e.g. if you wish to verify that the built output is correct before publishing.

    1. Click the Publish ribbon button.
    2. The Publishing window opens.
    3. Select the Publishing Targets you wish to publish to.
    4. Click Start to begin publishing.      
    See Also