Skip to content

Commit 31f00ee

Browse files
MarcoRossignoliMarco Rossignoli
andauthored
Import the new Microsoft.Common.Test.targets target for multi-tfm (#9583)
Co-authored-by: Marco Rossignoli <[email protected]>
1 parent 5d7f572 commit 31f00ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Tasks/Microsoft.Common.CrossTargeting.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,9 @@ Copyright (C) Microsoft Corporation. All rights reserved.
248248

249249
<Import Project="$(DirectoryBuildTargetsPath)" Condition="'$(ImportDirectoryBuildTargets)' == 'true' and exists('$(DirectoryBuildTargetsPath)')"/>
250250

251+
<PropertyGroup>
252+
<UseMSBuildTestInfrastructure Condition="'$(UseMSBuildTestInfrastructure)' == ''">false</UseMSBuildTestInfrastructure>
253+
</PropertyGroup>
254+
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.Test.targets" Condition="'$(UseMSBuildTestInfrastructure)' == 'true'"/>
255+
251256
</Project>

0 commit comments

Comments
 (0)