OfficeDev / Office-Addin-Scripts

A set of scripts and packages that are consumed in Office add-ins projects.
MIT License
153 stars 93 forks source link

[minor] Use teamsfx-cli to sideload xml manifest #814

Closed millerds closed 8 months ago

millerds commented 8 months ago

Change Description:

Changing the sideloading of xml manifests to match that of json manifests.  They will both be loaded through the service using teamsfx-cli
  1. Do these changes impact command syntax of any of the packages? (e.g., add/remove command, add/remove a command parameter, or update required parameters) No.

  2. Do these changes impact documentation? (e.g., a tutorial on https://learn.microsoft.com/office/dev/add-ins/overview/office-add-ins) No.

If you answered yes to any of these please do the following:

Include 'Rick-Kirkham' in the review Make sure the README file is correct

Validation/testing performed: Ran automated tests. Tried sideloading a test project using the script changes targeting current versions of Outlook as well as older ones that don't support json manifests.

millerds commented 8 months ago

Can I get a review?