From 0a5a63bc0c4b38f890c8fc3c087ac5fa6fa8e1d3 Mon Sep 17 00:00:00 2001 From: Alexander Zhogov Date: Mon, 18 May 2020 16:02:40 +0300 Subject: [PATCH] Azure Pipelines: change pool for Win_self to WIN_VMSS --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f6cdaa..14ff392 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -299,7 +299,7 @@ jobs: - job: IE_Win_self timeoutInMinutes: 0 pool: - name: Self-Hosted-Azure + name: WIN_VMSS demands: - Agent.OS -equals Windows_NT variables: -- 2.7.4