Add NuGet.exe on Windows Server 2016/2019 (#1049)

* Add NuGet.CommandLine

* remove temporary path update
This commit is contained in:
Aleksandr Chebotov
2020-06-15 20:10:54 +03:00
committed by GitHub
parent 4bc0c4348d
commit ebadb5cea8
5 changed files with 34 additions and 1 deletions

View File

@@ -193,6 +193,12 @@
"elevated_user": "{{user `install_user`}}",
"elevated_password": "{{user `install_password`}}"
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Nuget.ps1"
]
},
{
"type": "windows-restart",
"restart_timeout": "30m"