Skip to content

Commit 1f9ff9d

Browse files
authored
Update Build.props
1 parent d8f4d8e commit 1f9ff9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
the format is correct) and undo any temporary changes. When complete, only BuildAfterTargetingPack.csproj and
1010
other @(RequiresDelayedBuild) projects should mention projects listed in RequiresDelayedBuildProjects.props.
1111
-->
12-
<Import Project="RequiresDelayedBuildProjects.props" />
12+
<Import Project="RequiresDelayedBuildProjects.props" Condition="'$(OnlyTestProjectTemplates)' != 'true'" />
1313

1414
<!-- These projects are always excluded, even when -projects is specified on command line. -->
1515
<ItemGroup>

0 commit comments

Comments
 (0)