Skip to main content
Contiem Connect

Publishing Fundamentals

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. A new Publishing Target is created and selected for editing.
  6. 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. On the Project tab, Select 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 Build 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 want to publish as a separate activity from building, e.g. if you want 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. Select Start Publishing to start publishing.

See Also

Top of page