From 22173cb4095daa8c1d0ee3a6c7ed7836f5e03d13 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Mon, 7 Jan 2019 16:38:48 +0100 Subject: [PATCH] add polling on azure --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f7d403..2fd99fa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,10 @@ jobs: node_version: ^8.12.0 node-6: node_version: ^6.16.0 + node-10-poll: + node_version: ^10.10.0 + env: + WATCHPACK_POLLING: 200 steps: - task: NodeTool@0 inputs: @@ -85,6 +89,10 @@ jobs: node_version: ^8.12.0 node-6: node_version: ^6.16.0 + node-10-poll: + node_version: ^10.10.0 + env: + WATCHPACK_POLLING: 200 steps: - task: NodeTool@0 inputs: