Skip to content

Instantly share code, notes, and snippets.

@btodts
Last active November 24, 2018 22:56
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 btodts/221c07fdf91737b82cd8206acf83fa4b to your computer and use it in GitHub Desktop.
Save btodts/221c07fdf91737b82cd8206acf83fa4b to your computer and use it in GitHub Desktop.
<Target Name="CopyConfigFiles" AfterTargets="Build">
<Copy SourceFiles="$(MSBuildProjectDirectory)/Configuration-Source/$(Configuration)/config.json" DestinationFolder="$(MSBuildProjectDirectory)/Configuration/" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment