Skip to content

Instantly share code, notes, and snippets.

@howarddierking
Created July 14, 2011 23:04
Show Gist options
  • Save howarddierking/1083685 to your computer and use it in GitHub Desktop.
Save howarddierking/1083685 to your computer and use it in GitHub Desktop.
Get-ChildItem $wcfsource -Exclude "*.StyleCop" -Recurse | %{Copy-Item $_.FullName -Destination ($hgroot + $_.FullName.Substring($wcfsource.Length)) -Force}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment