Skip to content

Instantly share code, notes, and snippets.

@nweddle
Last active January 31, 2017 18:00
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 nweddle/743772d87bfa4dbaed272c0ede377e68 to your computer and use it in GitHub Desktop.
Save nweddle/743772d87bfa4dbaed272c0ede377e68 to your computer and use it in GitHub Desktop.
Use this recipe in your Test Kitchen run_list to skip the lengthy .NET compile times. We want these in the Packer runs to build speedy production boxes, but we should have to wait for it in our Test Kitchen runs.
delete_resource(:execute, 'DrainNGenQueue')
delete_resource(:execute, 'DrainNGenQueue64')
delete_resource(:windows_task, '\Microsoft\Windows\.NET Framework\.NET Framework NGEN v4.0.30319')
delete_resource(:windows_task, '\Microsoft\Windows\.NET Framework\.NET Framework NGEN v4.0.30319 64')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment