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