close
Skip to content

Commit 362592a

Browse files
author
Dane Springmeyer
committed
try using 'Install-Product node' on appveyor [publish binary]
1 parent 23890b4 commit 362592a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎appveyor.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install:
5858
- SET ARCHPATH=
5959
- if %platform% == x64 (SET ARCHPATH=x64/)
6060
# install node version per visual studio toolset
61-
- if "%msvs_toolset%" == "12" powershell Update-NodeJsInstallation $env:nodejs_version $env:platform
61+
- if "%msvs_toolset%" == "12" powershell Install-Product node $env:nodejs_version $env:platform
6262
- if "%msvs_toolset%" == "14" powershell Write-Output "fetching https://mapbox.s3.amazonaws.com/node-cpp11/v$env:nodejs_version/${env:ARCHPATH}node.exe"
6363
- if "%msvs_toolset%" == "14" powershell Start-FileDownload "https://mapbox.s3.amazonaws.com/node-cpp11/v$env:nodejs_version/${env:ARCHPATH}node.exe"
6464
# only needed if not using 'os: Visual Studio 2014 CTP4'

0 commit comments

Comments
 (0)