You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User/alexlam/arm64mitigation main 251015 (#5908)
* Conditionally include Test_arm64 stage
* Refactor Test_arm64 stage to use conditional syntax
* Change default for arm64 sample tests to false
Temporarily set default to not test on arm64 to address capacity issues.
* Update default setting for arm64 sample tests
Temporarily change default for arm64 tests to false due to capacity issues.
* Change arm64 test setting default to false
* Update display name for arm64 test configuration
* Update display name for arm64 test configuration
Installing VCLibs from tests in pipeline (#5816)
* Manually copying vclibs
* Removing from bypass list
* Installing VCLibs on pipeline
* Revert "Manually copying vclibs"
This reverts commit 620e238.
* Cleaning bypass list 2
* Cleaning powershell script
* Revert "Cleaning powershell script"
This reverts commit a94b7fd.
* Fix script
* Simplifying script
* Adding failing tests to bypass
* Addinf PushNotification and AppLifecycle tests to all platforms
* Reverting push notification back to x64 only
* Adding windows server image to bypass for app lifecycle
Adding testdef to disabled tests that are failing (#5822)
* Adding testdef to disabled tests that are failing
* Copying the testdef files
* Fixing json
Correct Package Family Name Construction for Main and Singleton Packa…
…ges (#5729)
* fix packageFamilyName
* fix format
* Update DeploymentManager.cpp
address PR comments
* address PR comments