-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
83 lines (83 loc) · 5.91 KB
/
appveyor.yml
File metadata and controls
83 lines (83 loc) · 5.91 KB
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
83
image: Visual Studio 2015
before_build:
- nuget restore ch4-async-decorator\TheInterface\TheInterface.sln
- nuget restore ch4-async-decorator-first-refactor\TheInterface\TheInterface.sln
- nuget restore ch4-clr-duck-typing-support\TheInterface\TheInterface.sln
- nuget restore ch4-composite-pattern\TheInterface\TheInterface.sln
- nuget restore ch4-contracts-code-contracts\TheInterface\TheInterface.sln
- nuget restore ch4-contracts-code-contracts-constructor\TheInterface\TheInterface.sln
- nuget restore ch4-contracts-debug-assert\TheInterface\TheInterface.sln
- nuget restore ch4-contracts-implicit\TheInterface\TheInterface.sln
- nuget restore ch4-contracts-manual\TheInterface\TheInterface.sln
- nuget restore ch4-contracts-person\TheInterface\TheInterface.sln
- nuget restore ch4-contracts-static-class\TheInterface\TheInterface.sln
- nuget restore ch4-decorating-properties-and-events\TheInterface\TheInterface.sln
- nuget restore ch4-decorator-pattern\TheInterface\TheInterface.sln
- nuget restore ch4-diamond-inheritance-problem\TheInterface\TheInterface.sln
- nuget restore ch4-duck-typing\TheInterface\TheInterface.sln
- nuget restore ch4-duck-typing-using-dlr\TheInterface\TheInterface.sln
- nuget restore ch4-duck-typing-using-impromptu-interface\TheInterface\TheInterface.sln
- nuget restore ch4-fluent-interface\TheInterface\TheInterface.sln
- nuget restore ch4-interface-basis\TheInterface\TheInterface.sln
- nuget restore ch4-interface-definition\TheInterface\TheInterface.sln
- nuget restore ch4-lazy-client\TheInterface\TheInterface.sln
- nuget restore ch4-lazy-decorator\TheInterface\TheInterface.sln
- nuget restore ch4-logging-decorator\TheInterface\TheInterface.sln
- nuget restore ch4-mixins-using-extension-methods\TheInterface\TheInterface.sln
- nuget restore ch4-mixins-using-remotion-remix\TheInterface\TheInterface.sln
- nuget restore ch4-null-object-pattern\TheInterface\TheInterface.sln
- nuget restore ch4-null-object-pattern-isnull-anti-pattern\TheInterface\TheInterface.sln
- nuget restore ch4-null-object-pattern-isnull-obsolescence\TheInterface\TheInterface.sln
- nuget restore ch4-predicate-decorator\TheInterface\TheInterface.sln
- nuget restore ch4-predicate-decorator-branching-refactor\TheInterface\TheInterface.sln
- nuget restore ch4-predicate-decorator-first-refactor\TheInterface\TheInterface.sln
- nuget restore ch4-predicate-decorator-second-refactor\TheInterface\TheInterface.sln
- nuget restore ch4-profiling-decorate-second-refactor\TheInterface\TheInterface.sln
- nuget restore ch4-profiling-decorator\TheInterface\TheInterface.sln
- nuget restore ch4-profiling-decorator-added-stopwatch\TheInterface\TheInterface.sln
- nuget restore ch4-profiling-decorator-first-refactor\TheInterface\TheInterface.sln
- nuget restore ch4-strategy-pattern\TheInterface\TheInterface.sln
- nuget restore ch4-strategy-pattern-instead-of-switch\TheInterface\TheInterface.sln
- nuget restore ch4-ubiquitous-logging\TheInterface\TheInterface.sln
- nuget restore ch4-windows-forms-mvp-implicit-interface-implementation\TheInterface\TheInterface.sln
build_script:
- msbuild ch4-async-decorator\TheInterface\TheInterface.sln
- msbuild ch4-async-decorator-first-refactor\TheInterface\TheInterface.sln
- msbuild ch4-clr-duck-typing-support\TheInterface\TheInterface.sln
- msbuild ch4-composite-pattern\TheInterface\TheInterface.sln
- msbuild ch4-contracts-code-contracts\TheInterface\TheInterface.sln
- msbuild ch4-contracts-code-contracts-constructor\TheInterface\TheInterface.sln
- msbuild ch4-contracts-debug-assert\TheInterface\TheInterface.sln
- msbuild ch4-contracts-implicit\TheInterface\TheInterface.sln
- msbuild ch4-contracts-manual\TheInterface\TheInterface.sln
- msbuild ch4-contracts-person\TheInterface\TheInterface.sln
- msbuild ch4-contracts-static-class\TheInterface\TheInterface.sln
- msbuild ch4-decorating-properties-and-events\TheInterface\TheInterface.sln
- msbuild ch4-decorator-pattern\TheInterface\TheInterface.sln
- msbuild ch4-diamond-inheritance-problem\TheInterface\TheInterface.sln
- msbuild ch4-duck-typing\TheInterface\TheInterface.sln
- msbuild ch4-duck-typing-using-dlr\TheInterface\TheInterface.sln
- msbuild ch4-duck-typing-using-impromptu-interface\TheInterface\TheInterface.sln
- msbuild ch4-fluent-interface\TheInterface\TheInterface.sln
- msbuild ch4-interface-basis\TheInterface\TheInterface.sln
- msbuild ch4-interface-definition\TheInterface\TheInterface.sln
- msbuild ch4-lazy-client\TheInterface\TheInterface.sln
- msbuild ch4-lazy-decorator\TheInterface\TheInterface.sln
- msbuild ch4-logging-decorator\TheInterface\TheInterface.sln
- msbuild ch4-mixins-using-extension-methods\TheInterface\TheInterface.sln
- msbuild ch4-mixins-using-remotion-remix\TheInterface\TheInterface.sln
- msbuild ch4-null-object-pattern\TheInterface\TheInterface.sln
- msbuild ch4-null-object-pattern-isnull-anti-pattern\TheInterface\TheInterface.sln
- msbuild ch4-null-object-pattern-isnull-obsolescence\TheInterface\TheInterface.sln
- msbuild ch4-predicate-decorator\TheInterface\TheInterface.sln
- msbuild ch4-predicate-decorator-branching-refactor\TheInterface\TheInterface.sln
- msbuild ch4-predicate-decorator-first-refactor\TheInterface\TheInterface.sln
- msbuild ch4-predicate-decorator-second-refactor\TheInterface\TheInterface.sln
- msbuild ch4-profiling-decorate-second-refactor\TheInterface\TheInterface.sln
- msbuild ch4-profiling-decorator\TheInterface\TheInterface.sln
- msbuild ch4-profiling-decorator-added-stopwatch\TheInterface\TheInterface.sln
- msbuild ch4-profiling-decorator-first-refactor\TheInterface\TheInterface.sln
- msbuild ch4-strategy-pattern\TheInterface\TheInterface.sln
- msbuild ch4-strategy-pattern-instead-of-switch\TheInterface\TheInterface.sln
- msbuild ch4-ubiquitous-logging\TheInterface\TheInterface.sln
- msbuild ch4-windows-forms-mvp-implicit-interface-implementation\TheInterface\TheInterface.sln