Skip to content

Commit

Permalink
temporary commit : only windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 11, 2020
1 parent d52120c commit 44183eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions script/vsts/platforms/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions script/vsts/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44183eb

Please sign in to comment.