Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created November 7, 2009 10:55
Show Gist options
  • Save JeremySkinner/228651 to your computer and use it in GitHub Desktop.
Save JeremySkinner/228651 to your computer and use it in GitHub Desktop.
with FileList():
.Include("src/Phantom/bin/${configuration}/*.{dll,exe}")
.Include("License.html")
.ForEach def(file):
file.CopyToDir("build/${configuration}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment