Skip to content

Instantly share code, notes, and snippets.

@jvanderbiest
Created December 20, 2014 12:34
Show Gist options
  • Save jvanderbiest/7670bada62d692a94408 to your computer and use it in GitHub Desktop.
Save jvanderbiest/7670bada62d692a94408 to your computer and use it in GitHub Desktop.
MSBuild single target to execute different target
<Project>
<Target Name="TfsOnlineBuild" DependsOnTargets="Build" />
</Project>
<Project>
<Target Name="TfsOnlineBuild" DependsOnTargets="Package" />
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment