Skip to content

Commit

Permalink
Run tests only for test projects (microsoft#1745)
Browse files Browse the repository at this point in the history
(cherry picked from commit a2b4196)
  • Loading branch information
smadala committed Oct 5, 2018
1 parent 93e5bf3 commit d5a2dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Copyright (c) .NET Foundation. All rights reserved.
Main entry point for running tests through vstest.console.exe
============================================================
-->
<Target Name="VSTest" >
<Target Name="VSTest" Condition="'$(IsTestProject)' == 'true'">
<CallTarget Condition="'$(VSTestNoBuild)' != 'true'" Targets="BuildProject" />

<CallTarget Targets="ShowCallOfVSTestTaskWithParameter" />
Expand Down

0 comments on commit d5a2dc8

Please sign in to comment.