forked from dotnet/machinelearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vsts-dotnet-ci.yml
82 lines (73 loc) · 2.04 KB
/
.vsts-dotnet-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
################################################################################
# ML.NET's PR validation build
################################################################################
resources:
containers:
- container: CentosContainer
image: microsoft/dotnet-buildtools-prereqs:centos-7-b46d863-20180719033416
- container: UbuntuContainer
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-10fcdcf-20190208200917
phases:
- template: /build/ci/phase-template.yml
parameters:
name: core30
buildScript: build.cmd
customMatrixes:
Build_Debug_Intrinsics:
_configuration: Debug-Intrinsics
_config_short: DI
_includeBenchmarkData: false
Build_Release_Intrinsics:
_configuration: Release-Intrinsics
_config_short: RI
_includeBenchmarkData: true
queue:
name: Hosted VS2017
- template: /build/ci/phase-template.yml
parameters:
name: Centos
buildScript: ./build.sh
queue:
name: Hosted Ubuntu 1604
container: CentosContainer
- template: /build/ci/phase-template.yml
parameters:
name: Ubuntu
buildScript: ./build.sh
queue:
name: Hosted Ubuntu 1604
container: UbuntuContainer
- template: /build/ci/phase-template.yml
parameters:
name: MacOS
buildScript: ./build.sh
queue:
name: Hosted macOS
- template: /build/ci/phase-template.yml
parameters:
name: Windows_NetFx
buildScript: build.cmd
customMatrixes:
Build_Debug_netfx:
_configuration: Debug-netfx
_config_short: DFX
_includeBenchmarkData: false
Build_Release_netfx:
_configuration: Release-netfx
_config_short: RFX
_includeBenchmarkData: false
queue:
name: Hosted VS2017
- template: /build/ci/phase-template.yml
parameters:
name: Windows_x64
buildScript: build.cmd
queue:
name: Hosted VS2017
- template: /build/ci/phase-template.yml
parameters:
name: Windows_x86
architecture: x86
buildScript: build.cmd
queue:
name: Hosted VS2017