Skip to content

Commit

Permalink
Run tests only for test projects (microsoft#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
smadala authored Aug 22, 2018
1 parent 3cbab0b commit a2b4196
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 a2b4196

Please sign in to comment.