Skip to content

Instantly share code, notes, and snippets.

@RichieBzzzt
Created September 22, 2017 10:20
Show Gist options
  • Select an option

  • Save RichieBzzzt/6b648d78558a2347098b9672feae5953 to your computer and use it in GitHub Desktop.

Select an option

Save RichieBzzzt/6b648d78558a2347098b9672feae5953 to your computer and use it in GitHub Desktop.
<Target
Name="BeforeCompile"
Condition="'$(BuildDefinition)'=='Database Main Sandbox'">
<CallTarget Targets="DoSomething"/>
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment