From dba80e1c8a1396098de905707f0306d8ec5a75dd Mon Sep 17 00:00:00 2001 From: Mole Date: Mon, 22 Mar 2021 10:39:25 +0100 Subject: [PATCH] Add vmImage --- build/azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 99186850a9..ff683eafc3 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -131,6 +131,8 @@ stages: - job: Install_client displayName: Install Client dependsOn: Windows + pool: + vmImage: windows-latest steps: - task: NodeTool@0 displayName: Use Node 11.x @@ -156,6 +158,8 @@ stages: - job: Install_Cypress displayName: Install Cypress dependsOn: Windows + pool: + vmImage: windows-latest steps: - task: PowerShell@1 displayName: Generate Cypress.env.json @@ -173,6 +177,8 @@ stages: dependsOn: - Install_client - Install_Cypress + pool: + vmImage: windows-latest steps: - task: Npm@1 displayName: npm run test (AcceptanceTest)