diff --git a/.azure-pipelines/client.test.live.yml b/.azure-pipelines/client.test.live.yml index 2c2c5ca8..a8795e0b 100644 --- a/.azure-pipelines/client.test.live.yml +++ b/.azure-pipelines/client.test.live.yml @@ -103,6 +103,8 @@ jobs: timeoutInMinutes: 120 + dependsOn: 'Windows' + pool: vmImage: 'macOS-11' @@ -213,6 +215,8 @@ jobs: timeoutInMinutes: 120 + dependsOn: 'MacOS' + pool: vmImage: 'ubuntu-18.04'