Housekeeping;Match packer template w/ prod pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-10 10:04:04 +01:00
parent e8b41ba5a4
commit 3a608d878d
2 changed files with 3 additions and 6 deletions

View File

@ -83,6 +83,7 @@
"type": "powershell",
"inline": [
"choco config set --name=limit-output --value=LimitOutput",
"choco install -y dotnetfx",
"choco install -y 7zip.install",
"choco install -y sysinternals"
],
@ -90,10 +91,6 @@
},
{
"type": "windows-update"
},
{
"type": "windows-restart",
"restart_check_command":"powershell -command \"& {Write-Output 'Probing restart status'}\""
}
],
"post-processors": [[