From 37e1e4b54ffd942ca18ed9037dbcf44a68583cd2 Mon Sep 17 00:00:00 2001 From: Abdessattar Sassi <457645+abdes@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:18:31 +0400 Subject: [PATCH] build: fix the build props for testing with MSTestRunner There is still an issue using MSTestRunner with UITests, logged in github as: https://github.com/microsoft/testfx/issues/4064 MSTestRunner is for now disabled when using UITestMethod. --- Common.props | 78 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 29 deletions(-) diff --git a/Common.props b/Common.props index 0c2fed9..8bf73f7 100644 --- a/Common.props +++ b/Common.props @@ -62,28 +62,6 @@ embedded - - - - - True - False - - - - - - - - - - - - - - - - true @@ -140,12 +118,54 @@ True - - - true - - Exe - true - + + + + + True + False + + + + + + + + + + + + + true + + Exe + true + + + + + + + + + + + false + false + $(DefineConstants);MSTEST_RUNNER + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + +