We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b495dc commit d8f4d8eCopy full SHA for d8f4d8e
eng/helix/helix.proj
@@ -6,7 +6,7 @@
6
This must be reset in order for Build.props to evaluate a list of projects to be tested on Helix.
7
-->
8
<ProjectToBuild Condition="'$(ProjectToBuild)' == '$(MSBuildProjectFullPath)'"/>
9
- <ProjectToBuild Condition="'$(OnlyTestProjectTemplates)' == 'true'">$(RepoRoot)src\ProjectTemplates\**\*.csproj</ProjectToBuild>
+ <ProjectToBuild Condition="'$(OnlyTestProjectTemplates)' == 'true'">$(RepoRoot)src\ProjectTemplates\test\**\*.csproj</ProjectToBuild>
10
11
<!--
12
Do not load NuGet.targets since this project doesn't reference anything from NuGet. Reduces `msbuild`
0 commit comments