Skip to content

Commit f227b0c

Browse files
committed
Fix comment
1 parent 04ca9e3 commit f227b0c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

eng/Build.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,12 @@
151151
the entire pattern will silently fail to evaluate correctly.
152152
-->
153153

154-
<!-- Strictly non-test projects - test projects are added in subsets below -->
155154
<!--
156-
When adding new projects to this file, add them to either ProjectsWithTestsSubset1 or
157-
ProjectsWithTestsSubset2 - whichever has fewer entries
155+
When adding new projects to this file, add them to either ProjectsWithTestsSubset1 or
156+
ProjectsWithTestsSubset2 - whichever has fewer entries.
158157
-->
158+
159+
<!-- Strictly projects with no associated tests - projects with tests are added in subsets below. -->
159160
<DotNetProjects Include="
160161
$(RepoRoot)src\Assets\**\*.*proj;
161162
$(RepoRoot)src\Framework\App.Ref\src\Microsoft.AspNetCore.App.Ref.sfxproj;

0 commit comments

Comments
 (0)