Skip to content

Commit

Permalink
Manually install node-gyp on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Apr 14, 2020
1 parent f2c59be commit 9fbd6c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- job: package_windows
displayName: "Build Windows packages"
pool:
vmImage: 'windows-2019'
vmImage: 'vs2017-win2016'
steps:
- script: choco install nsis -y
displayName: "install nsis"
Expand All @@ -70,6 +70,7 @@ jobs:
- task: NodeTool@0
inputs:
versionSpec: '10.11.0'
- script: yarn global add node-gyp
- script: yarn install --frozen-lockfile
displayName: "yarn install"
- script: node build_scripts/azure_release_version_check.js $(Build.SourceBranch)
Expand Down

0 comments on commit 9fbd6c3

Please sign in to comment.