Skip to content

Instantly share code, notes, and snippets.

@AndyWatt83
Created August 3, 2018 23:02
Show Gist options
  • Save AndyWatt83/05d8b40f78ab2239fb4772371e8554bb to your computer and use it in GitHub Desktop.
Save AndyWatt83/05d8b40f78ab2239fb4772371e8554bb to your computer and use it in GitHub Desktop.
<Project>
<Target Name="VSTestIfTestProject">
<CallTarget Targets="VSTest" Condition="'$(IsTestProject)' == 'true'" />
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment