Skip to content

Commit d8f4d8e

Browse files
authored
Update helix.proj
1 parent 1b495dc commit d8f4d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/helix.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This must be reset in order for Build.props to evaluate a list of projects to be tested on Helix.
77
-->
88
<ProjectToBuild Condition="'$(ProjectToBuild)' == '$(MSBuildProjectFullPath)'"/>
9-
<ProjectToBuild Condition="'$(OnlyTestProjectTemplates)' == 'true'">$(RepoRoot)src\ProjectTemplates\**\*.csproj</ProjectToBuild>
9+
<ProjectToBuild Condition="'$(OnlyTestProjectTemplates)' == 'true'">$(RepoRoot)src\ProjectTemplates\test\**\*.csproj</ProjectToBuild>
1010

1111
<!--
1212
Do not load NuGet.targets since this project doesn't reference anything from NuGet. Reduces `msbuild`

0 commit comments

Comments
 (0)