Skip to content

Instantly share code, notes, and snippets.

@jbogard
Created November 7, 2013 16:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbogard/7357156 to your computer and use it in GitHub Desktop.
Save jbogard/7357156 to your computer and use it in GitHub Desktop.
exec { & $tools_dir\ildasm.exe /NOBAR /OUT="$dist_dir\net40\AutoMapper.il" "$dist_dir\net40-un\AutoMapper.dll" }
exec { & $framework_dir\ilasm.exe /QUIET /KEY="$source_dir\AutoMapper.snk" /DLL="$dist_dir\net40\AutoMapper.dll" /RESOURCE="$dist_dir\net40\AutoMapper.res" "$dist_dir\net40\AutoMapper.il" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment