Skip to content

Instantly share code, notes, and snippets.

@jeffhollan
Created June 5, 2019 16:57
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 jeffhollan/b5c85fca985fd38294a7fd4aedea05eb to your computer and use it in GitHub Desktop.
Save jeffhollan/b5c85fca985fd38294a7fd4aedea05eb to your computer and use it in GitHub Desktop.
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy /Y &quot;$(TargetDir)SupportedMediaTypes.json&quot; &quot;$(TargetDir)bin/SupportedMediaTypes.json&quot;" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment