File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 280280 $(RepoRoot)**\obj\**\*;"
281281 Condition =" '$(BuildMainlyReferenceProviders)' != 'true' " />
282282
283- <DotNetProjects Condition =" '$(HelixSubset)' == '' OR '$(HelixSubset)' == '1'" Include=" @(ProjectsWithTestsSubset1)" />
284- <DotNetProjects Condition =" '$(HelixSubset)' == '' OR '$(HelixSubset)' == '2'" Include=" @(ProjectsWithTestsSubset2)" />
283+ <DotNetProjects Condition =" '$(HelixSubset)' == '' OR '$(HelixSubset)' == '1'" Include =" @(ProjectsWithTestsSubset1)" />
284+ <DotNetProjects Condition =" '$(HelixSubset)' == '' OR '$(HelixSubset)' == '2'" Include =" @(ProjectsWithTestsSubset2)" />
285285
286286 <ProjectToBuild Condition =" '$(BuildManaged)' == 'true'" Include =" @(DotNetProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" managed" />
287287 <ProjectToExclude Condition =" '$(BuildManaged)' != 'true'" Include =" @(DotNetProjects)" />
You can’t perform that action at this time.
0 commit comments