Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
8f79f50d
Unverified
Commit
8f79f50d
authored
Feb 14, 2018
by
Stefan Scherer
Browse files
Re-add compile-dotnet-assemblies.bat
parent
3ba8e81a
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/compile-dotnet-assemblies.bat
View file @
8f79f50d
...
...
@@ -6,10 +6,12 @@ if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT
%windir%
\microsoft.net\framework\v4.0.30319\ngen.exe
update
/force /queue
%windir%
\microsoft.net\framework\v4.0.30319\ngen.exe
executequeueditems
exit
/b
exit
0
:64BIT
%windir%
\microsoft.net\framework\v4.0.30319\ngen.exe
update
/force /queue
%windir%
\microsoft.net\framework64\v4.0.30319\ngen.exe
update
/force /queue
%windir%
\microsoft.net\framework\v4.0.30319\ngen.exe
executequeueditems
%windir%
\microsoft.net\framework64\v4.0.30319\ngen.exe
executequeueditems
\ No newline at end of file
%windir%
\microsoft.net\framework64\v4.0.30319\ngen.exe
executequeueditems
exit
0
\ No newline at end of file
windows_10.json
View file @
8f79f50d
...
...
@@ -153,6 +153,7 @@
"remote_path"
:
"/tmp/script.bat"
,
"scripts"
:
[
"./scripts/pin-powershell.bat"
,
"./scripts/compile-dotnet-assemblies.bat"
,
"./scripts/set-winrm-automatic.bat"
,
"./scripts/uac-enable.bat"
,
"./scripts/dis-updates.bat"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment