build: Oops, actually code-sign this thing

This commit is contained in:
Felix Rieseberg 2019-12-01 17:49:57 -08:00
parent f5cb94776a
commit 59a651a205

View file

@ -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