Skip to content

Commit e576b74

Browse files
committed
CI: install LGPO.exe earlier in packer build
In some cases Azure SSH setup expects this binary to be in place, moving it earlier reduces breakage in CI from this.
1 parent d11eeab commit e576b74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/packer/config/templates/provision_windows2019.json.erb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"type": "file",
4+
"source": "../lgpo-binary/LGPO_30/LGPO.exe",
5+
"destination": "C:\\windows\\LGPO.exe"
6+
},
27
{
38
"type": "file",
49
"source": "build/bosh-psmodules.zip",
@@ -153,11 +158,6 @@
153158
"Enable-SSHD"
154159
]
155160
},
156-
{
157-
"type": "file",
158-
"source": "../lgpo-binary/LGPO_30/LGPO.exe",
159-
"destination": "C:\\windows\\LGPO.exe"
160-
},
161161
{
162162
"type": "file",
163163
"source": "build/agent.zip",

0 commit comments

Comments
 (0)