Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created November 4, 2009 18:54
Show Gist options
  • Save JeremySkinner/226289 to your computer and use it in GitHub Desktop.
Save JeremySkinner/226289 to your computer and use it in GitHub Desktop.
target copyFiles:
FileList.Create def(fl):
fl.Include("src/Phantom/bin/${configuration}/*.{dll,exe}")
fl.Include("License.html")
fl.ForEach def(file):
file.CopyTo("build")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment