diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 71acb9e14..d8e6a8f38 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,7 @@ stages: - job: Test_HQRM displayName: 'HQRM' pool: - vmImage: 'win1803' + vmImage: 'vs2017-win2016' timeoutInMinutes: 0 steps: - task: DownloadBuildArtifacts@0 @@ -75,7 +75,7 @@ stages: - job: Test_Unit displayName: 'Unit' pool: - vmImage: 'win1803' + vmImage: 'vs2017-win2016' timeoutInMinutes: 0 steps: - powershell: |