Install nssm

Signed-off-by: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>
This commit is contained in:
Adelina Tuvenie 2021-10-01 15:38:14 +03:00
parent fbdcddedc0
commit 3cb0ec01ec

View File

@ -1,6 +1,6 @@
# Prepare windows environment for building and running containerd tests # Prepare windows environment for building and running containerd tests
$PACKAGES= @{ mingw = ""; git = ""; golang = "1.16.7"; make = "" } $PACKAGES= @{ mingw = ""; git = ""; golang = "1.16.7"; make = ""; nssm = "" }
write-host "Downloading chocolatey package" write-host "Downloading chocolatey package"
curl.exe -L "https://packages.chocolatey.org/chocolatey.0.10.15.nupkg" -o 'c:\choco.zip' curl.exe -L "https://packages.chocolatey.org/chocolatey.0.10.15.nupkg" -o 'c:\choco.zip'