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 d8f4d8e commit 1f9ff9dCopy full SHA for 1f9ff9d
eng/Build.props
@@ -9,7 +9,7 @@
9
the format is correct) and undo any temporary changes. When complete, only BuildAfterTargetingPack.csproj and
10
other @(RequiresDelayedBuild) projects should mention projects listed in RequiresDelayedBuildProjects.props.
11
-->
12
- <Import Project="RequiresDelayedBuildProjects.props" />
+ <Import Project="RequiresDelayedBuildProjects.props" Condition="'$(OnlyTestProjectTemplates)' != 'true'" />
13
14
<!-- These projects are always excluded, even when -projects is specified on command line. -->
15
<ItemGroup>
0 commit comments