From 0a5d852e48bc28720ee9a791771516405ac2c599 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Mon, 9 Sep 2019 21:47:22 -0700 Subject: [PATCH] revert changes to doc build host machine. we need to push some docs out and I can debug it just the same on a forked branch --- .azure-pipelines/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/docs.yml b/.azure-pipelines/docs.yml index aed328f3c1d3..b66bcd2a5072 100644 --- a/.azure-pipelines/docs.yml +++ b/.azure-pipelines/docs.yml @@ -10,7 +10,7 @@ jobs: skipComponentGovernanceDetection: true timeoutInMinutes: 120 pool: - vmImage: 'windows-2019' + vmImage: 'vs2017-win2016' steps: - task: UsePythonVersion@0