forked from dotnet/machinelearning-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vsts-dotnet-ci.yml
32 lines (29 loc) · 909 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
phases:
- phase: CSharpGettingStarted
queue: Hosted VS2017
steps:
- task: DotNetCoreCLI@2
displayName: Build C# GettingStarted
inputs:
projects: '.\samples\csharp\getting-started\GettingStarted.sln'
- phase: FSharpGettingStarted
queue: Hosted VS2017
steps:
- task: DotNetCoreCLI@2
displayName: Build F# GettingStarted
inputs:
projects: '.\samples\fsharp\getting-started\GettingStarted.sln'
- phase: BinaryClasification_Titanic
queue: Hosted VS2017
steps:
- task: DotNetCoreCLI@2
displayName: Build BinaryClasification_Titanic
inputs:
projects: '.\samples\csharp\examples\BinaryClasification_Titanic\BinaryClasification_Titanic.sln'
- phase: GitHubLabeler
queue: Hosted VS2017
steps:
- task: DotNetCoreCLI@2
displayName: Build GitHubLabeler
inputs:
projects: '.\samples\csharp\end-to-end-apps\github-labeler\GitHubLabeler.sln'