forked from dotnet/machinelearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vsts-dotnet-ci.yml
39 lines (34 loc) · 952 Bytes
/
.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
################################################################################
# ML.NET's PR validation build
################################################################################
resources:
containers:
- container: LinuxContainer
image: microsoft/dotnet-buildtools-prereqs:centos-7-b46d863-20180719033416
phases:
- template: /build/ci/phase-template.yml
parameters:
name: Linux
buildScript: ./build.sh
queue:
name: Hosted Ubuntu 1604
container: LinuxContainer
- 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
- template: /build/ci/phase-template.yml
parameters:
name: MacOS
buildScript: ./build.sh
queue:
name: Hosted macOS