Browse Source

updated pr build template adding node image for windows

pull/1071/head
eiximenis 5 years ago
parent
commit
3ffde0a89e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build/azure-devops/buildimages.yaml

+ 1
- 0
build/azure-devops/buildimages.yaml View File

@ -22,6 +22,7 @@ jobs:
env: env:
TAG: ${{ variables['Build.SourceBranchName'] }} TAG: ${{ variables['Build.SourceBranchName'] }}
PLATFORM: win PLATFORM: win
NODE_IMAGE: stefanscherer/node-windows:8.11
- job: BuildLinux - job: BuildLinux
condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest') condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest')
pool: pool:


Loading…
Cancel
Save