Created
June 21, 2012 11:18
-
-
Save seeker/2965188 to your computer and use it in GitHub Desktop.
Force a .NET recompile, instead of wating for it to run in the background
This file contains 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
C: | |
cd %WINDIR%\Microsoft.NET\Framework\ | |
for /d %%D IN (*) DO .\%%D\ngen.exe executeQueuedItems | |
cd %WINDIR%\Microsoft.NET\Framework64\ | |
for /d %%D IN (*) DO .\%%D\ngen.exe executeQueuedItems | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment