microsoft / msix-packaging

MSIX SDK
MIT License
963 stars 163 forks source link

Test cases for AVD App Attach task #609

Closed npuvvada closed 5 months ago

npuvvada commented 6 months ago

Why is this change being made?

Add test cases for AVD AppAttach Publish Task

What changed?

Added pass and fail test cases for AVD AppAttach Publish task. avdinputs.json file is used to provide azure subscription or avd inputs to test avd app attach. In case of CI pipeline run, pipeline variables can as well be used to fill in these parameters for avd app attach. Also, Exceptions at ADO extension side are now captured through pipelines-tasks telemetry and not through appattachframework telemetry.

How was the change tested?

Tested locally for avd app attach pass and fail scenario.