Last active
January 31, 2017 18:00
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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