Skip to content

Commit

Permalink
try using 'Install-Product node' on appveyor [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 14, 2015
1 parent 23890b4 commit 362592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -58,7 +58,7 @@ install:
- SET ARCHPATH=
- if %platform% == x64 (SET ARCHPATH=x64/)
# install node version per visual studio toolset
- if "%msvs_toolset%" == "12" powershell Update-NodeJsInstallation $env:nodejs_version $env:platform
- if "%msvs_toolset%" == "12" powershell Install-Product node $env:nodejs_version $env:platform
- if "%msvs_toolset%" == "14" powershell Write-Output "fetching https://mapbox.s3.amazonaws.com/node-cpp11/v$env:nodejs_version/${env:ARCHPATH}node.exe"
- if "%msvs_toolset%" == "14" powershell Start-FileDownload "https://mapbox.s3.amazonaws.com/node-cpp11/v$env:nodejs_version/${env:ARCHPATH}node.exe"
# only needed if not using 'os: Visual Studio 2014 CTP4'
Expand Down

0 comments on commit 362592a

Please sign in to comment.