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 5d7f572 commit 31f00eeCopy full SHA for 31f00ee
src/Tasks/Microsoft.Common.CrossTargeting.targets
@@ -248,4 +248,9 @@ Copyright (C) Microsoft Corporation. All rights reserved.
248
249
<Import Project="$(DirectoryBuildTargetsPath)" Condition="'$(ImportDirectoryBuildTargets)' == 'true' and exists('$(DirectoryBuildTargetsPath)')"/>
250
251
+ <PropertyGroup>
252
+ <UseMSBuildTestInfrastructure Condition="'$(UseMSBuildTestInfrastructure)' == ''">false</UseMSBuildTestInfrastructure>
253
+ </PropertyGroup>
254
+ <Import Project="$(MSBuildToolsPath)\Microsoft.Common.Test.targets" Condition="'$(UseMSBuildTestInfrastructure)' == 'true'"/>
255
+
256
</Project>
0 commit comments