azure-powershell-1/Directory.Build.targets

6 строки
230 B
XML

<!-- https://dasmulli.blog/2018/01/20/make-dotnet-test-work-on-solution-files/ -->
<Project>
<Target Name="VSTestIfTestProject">
<CallTarget Targets="VSTest" Condition="'$(IsTestProject)' == 'true'" />
</Target>
</Project>