Skip to content

Instantly share code, notes, and snippets.

@mtrl
Created August 13, 2015 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtrl/7dd5d0ca4c9af33fba18 to your computer and use it in GitHub Desktop.
Save mtrl/7dd5d0ca4c9af33fba18 to your computer and use it in GitHub Desktop.
A4TPostBuildEvents for plugin upload
<Target Name="A4TPostBuildEvents" AfterTargets="Build">
<Exec Command="Install-A4T-Plugin.bat $(OutDir)$(TargetName).a4t" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment