Encode AppNotificationBuilder URIs
URIs used in AppNotificationBuilder weren’t encoded, so if they contained characters like &, calling the BuildNotification method would fail with a System.Runtime.InteropServices.COMException, specifically stating semicolon expected.
With this PR, I call the EncodeXML function (already used in some parts of the code) for all the URIs present in the file.
A microsoft employee must use /azp run to validate using the pipelines below.
WARNING: Comments made by azure-pipelines bot maybe inaccurate. Please see pipeline link to verify that the build is being ran.
For status checks on the main branch, please use TransportPackage-Foundation-PR (https://microsoft.visualstudio.com/ProjectReunion/_build?definitionId=81063&_a=summary) and run the build against your PR branch with the default parameters.
/azp run
No pipelines are associated with this pull request.