File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 88 <TestVariations Include =" nativeaot" Description =" Run with NativeAOT ('PublishAot=true' and '_IsPublishing=true')" />
99 <TestVariations Include =" linksdk" Description =" Run with trimmer (MtouchLink/LinkMode) set to 'SdkOnly'" />
1010 <TestVariations Include =" linkall" Description =" Run with trimmer (MtouchLink/LinkMode) set to 'Full'" />
11+ <TestVariations Include =" coreclr" Description =" Use CoreCLR ('UseMonoRuntime=false')" />
1112 </ItemGroup >
1213
1314 <PropertyGroup Condition =" '$(TestVariation)' == 'interpreter'" >
4243 <_IsPublishing >true</_IsPublishing >
4344 </PropertyGroup >
4445
46+ <PropertyGroup Condition =" '$(TestVariation)' == 'coreclr'" >
47+ <UseMonoRuntime >false</UseMonoRuntime >
48+ </PropertyGroup >
49+
4550 <Target Name =" ValidateTestVariation" Condition =" '$(TestVariation)' != '' And '$(OutputType)' == 'exe'" BeforeTargets =" Build" >
4651 <ItemGroup >
4752 <_FilteredTestVariations Include =" @(TestVariations)" Condition =" '%(Identity)' == '$(TestVariation)'" />
You can’t perform that action at this time.
0 commit comments