File tree Expand file tree Collapse file tree
CommonTestRunner/ConfigFiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <LogDir>$(RootBinDir)/TestResults/$(TargetConfiguration)/common.unittests_$(Timestamp)</LogDir>
99
1010 <TestProduct>ProjectK</TestProduct>
11- <DebuggeeSourceRoot>$(RepoRootDir)/src/tests</DebuggeeSourceRoot>
11+ <DebuggeeSourceRoot>$(RepoRootDir)/src/tests/debuggees </DebuggeeSourceRoot>
1212 <DebuggeeMsbuildAuxRoot>$(RepoRootDir)/eng/AuxMsbuildFiles</DebuggeeMsbuildAuxRoot>
1313 <DebuggeeBuildProcess>cli</DebuggeeBuildProcess>
1414 <DebuggeeBuildProcess>sdk.prebuilt</DebuggeeBuildProcess>
Original file line number Diff line number Diff line change 99 <LogDir>$(RootBinDir)\TestResults\$(TargetConfiguration)\common.unittests_$(Timestamp)</LogDir>
1010
1111 <TestProduct>ProjectK</TestProduct>
12- <DebuggeeSourceRoot>$(RepoRootDir)\src\tests</DebuggeeSourceRoot>
12+ <DebuggeeSourceRoot>$(RepoRootDir)\src\tests\debuggees </DebuggeeSourceRoot>
1313 <DebuggeeMsbuildAuxRoot>$(RepoRootDir)\eng\AuxMsbuildFiles</DebuggeeMsbuildAuxRoot>
1414 <DebuggeeBuildProcess>sdk.prebuilt</DebuggeeBuildProcess>
1515 <DebuggeeBuildRoot>$(RootBinDir)</DebuggeeBuildRoot>
Original file line number Diff line number Diff line change 2626 </PropertyGroup >
2727
2828 <PropertyGroup >
29- <IsTestProject Condition =" $(MSBuildProjectName.EndsWith('. Tests'))" >true</IsTestProject >
29+ <IsTestProject Condition =" $(MSBuildProjectName.EndsWith('Tests'))" >true</IsTestProject >
3030 <IsTestSupportProject Condition =" '$(IsTestProject)' != 'true' and '$(IsTrimmingTestProject)' != 'true'" >true</IsTestSupportProject >
3131 </PropertyGroup >
3232</Project >
You can’t perform that action at this time.
0 commit comments