diff --git a/.appveyor.yml b/.appveyor.yml index 2a94c9b..3006828 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,6 +13,7 @@ install: $filename = "$workingDirectory\cert.p12" $bytes = [Convert]::FromBase64String($env:WINDOWS_CERTIFICATE_P12) [IO.File]::WriteAllBytes($filename, $bytes) + $env:WINDOWS_CERTIFICATE_FILE = $filename } - ps: Install-Product node $env:nodejs_version x64 - node --version