diff --git a/script/vsts/platforms/windows.yml b/script/vsts/platforms/windows.yml index 980ea35d91a..62451f97d96 100644 --- a/script/vsts/platforms/windows.yml +++ b/script/vsts/platforms/windows.yml @@ -3,12 +3,12 @@ jobs: dependsOn: GetReleaseVersion timeoutInMinutes: 180 strategy: - maxParallel: 2 + maxParallel: 1 matrix: x64: buildArch: x64 - x86: - buildArch: x86 + # x86: + # buildArch: x86 pool: vmImage: vs2017-win2016 @@ -200,16 +200,16 @@ jobs: dependsOn: Windows_Build timeoutInMinutes: 180 strategy: - maxParallel: 4 + maxParallel: 3 matrix: core_x64: RunCoreTests: true RunPackageTests: false buildArch: x64 - core_x86: - RunCoreTests: true - RunPackageTests: false - buildArch: x86 + # core_x86: + # RunCoreTests: true + # RunPackageTests: false + # buildArch: x86 packages-1: RunCoreTests: false RunPackageTests: 1 diff --git a/script/vsts/pull-requests.yml b/script/vsts/pull-requests.yml index c23df709573..54fcd89aebf 100644 --- a/script/vsts/pull-requests.yml +++ b/script/vsts/pull-requests.yml @@ -16,5 +16,5 @@ jobs: # Import OS-specific build definitions - template: platforms/windows.yml - - template: platforms/macos.yml - - template: platforms/linux.yml + # - template: platforms/macos.yml + # - template: platforms/linux.yml