Skip to content

knom/vsts-office-tasks

Repository files navigation

Office Mail-Addins VSTS Build/Release Task Build Status

Install and uninstall your mail-addin to Office365 and Exchange.

Supported Platforms

Usage

The extension installs the follow tasks:

Extension Tasks

  • Install Office Outlook Add-In

    Install an Office.JS Outlook Add-In

    Screenshot

    Parameters:

    • Path to application xml:
      • The path of the Outlook manifest XML file.
      • It can contain variables such as $(Build.ArtifactStagingDirectory)\manifest.xml
    • Exchange Endpoint:
      • The URL and credential to Office 365 or Exchange server.
      • Add a new endpoint by clicking on Manage. Screenshot Screenshot
      • Use https://mail.office365.com/ as the URL for Office 365.
  • Uninstall Office Outlook Add-In

    Remove an Office.JS Outlook Add-In from the server.

    Parameters:

    • Path to application xml:
      • The path of the Outlook manifest XML file.
      • It can contain variables such as $(Build.ArtifactStagingDirectory)\manifest.xml
    • Exchange Endpoint:
      • The URL and credential to Office 365 or Exchange server.
      • Add a new endpoint by clicking on Manage.
      • Use https://mail.office365.com/ as the URL for Office 365.

License

Published under Apache 2.0 License.