diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad632281..682697f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,7 +100,7 @@ jobs: - job: BuildArtifacts condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/v2.x'))) pool: - vmImage: 'windows-latest' + vmImage: 'vs2017-win2016' steps: - task: NodeTool@0 inputs: