Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
packer-windows
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bob Tanner
packer-windows
Commits
8f79f50d
Unverified
Commit
8f79f50d
authored
Feb 14, 2018
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-add compile-dotnet-assemblies.bat
parent
3ba8e81a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
scripts/compile-dotnet-assemblies.bat
scripts/compile-dotnet-assemblies.bat
+4
-2
windows_10.json
windows_10.json
+1
-0
No files found.
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