0b380204a4
Former-commit-id: 7a84ce7d08c42c458ac8e74b27186ca863315d79
9 lines
252 B
XML
9 lines
252 B
XML
<Project>
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(MonoBuild)' == ''" />
|
|
|
|
<Target Name="VSTestIfTestProject">
|
|
<CallTarget Targets="VSTest" Condition="'$(IsTestProject)' == 'true'" />
|
|
</Target>
|
|
|
|
</Project>
|