6 строки
230 B
Plaintext
6 строки
230 B
Plaintext
|
<!-- 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>
|