Skip to content

Instantly share code, notes, and snippets.

@AndyWatt83
Created August 3, 2018 23:06
Show Gist options
  • Save AndyWatt83/553f28859ea98d3642659dc5f53d0b4a to your computer and use it in GitHub Desktop.
Save AndyWatt83/553f28859ea98d3642659dc5f53d0b4a to your computer and use it in GitHub Desktop.
<Project>
<Target Name="VSTest">
<MSBuild Projects="@(ProjectReference)" Targets="VSTestIfTestProject" />
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment