From 3ffde0a89ee90b8f4a3884cc4f3d281b0771c2b9 Mon Sep 17 00:00:00 2001 From: eiximenis Date: Wed, 5 Jun 2019 19:54:35 +0200 Subject: [PATCH] updated pr build template adding node image for windows --- build/azure-devops/buildimages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-devops/buildimages.yaml b/build/azure-devops/buildimages.yaml index cd25b0ff1..ecc95c5ca 100644 --- a/build/azure-devops/buildimages.yaml +++ b/build/azure-devops/buildimages.yaml @@ -22,6 +22,7 @@ jobs: env: TAG: ${{ variables['Build.SourceBranchName'] }} PLATFORM: win + NODE_IMAGE: stefanscherer/node-windows:8.11 - job: BuildLinux condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest') pool: