forked from YellowLineParking/Appy.GitDb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
40 lines (37 loc) · 1.29 KB
/
config.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
# Add projects here in the following format:
# <projectname>:
# Type: <projectType>
# Exclude: <tasks to exclude when running the standard process
# Config:
# <optional condiguration>
# Valid project types and their process:
# App => Any Windows, Web or Console app | Process: Clean, Compile, Pack, Push, Release, Deploy
# Package => NuGet package | Process: Clean, Compile, Pack, Push
# VsTest => Project with Ms Tests | Process: Clean, Compile, Test
# Xunit => Project with Xunit Tests | Process: Clean, Compile, Test
# StandaloneWebJob => Project with an Azure Webjob that is deployed independently | Process: Clean, Compile, Pack, Push, Release, Deploy
# configuration sample:
# <projectName>:
# Type: StandaloneWebJob
# Config:
# RunMode: <continuous | triggered>
# Embedded => Project with an Azure Webjob that is deployed in another project in the solution | Process: Clean, Compile
# Configuration sample:
# <projectName>:
# Type: EmbeddedWebJob
# Config:
# Target: <project name to embed into>
# RunMode: <continuous | triggered>
#Appy.GitDb.Benchmark:
# Type: App
# Exclude: "pack, push, release, deploy"
Appy.GitDb.Local:
Type: Package
Appy.GitDb.Remote:
Type: Package
Appy.GitDb.Server:
Type: App
Appy.GitDb.Tests:
Type: Xunit
Appy.GitDb.Watcher:
Type: Package