We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f8d4e4 + 54209cd commit 6e75a71Copy full SHA for 6e75a71
README.md
@@ -30,10 +30,18 @@ Or Install via chocolatey
30
Requirements
31
- .NET 4.0
32
33
+## CI
34
+This is a continous integration build. So always the latest and greates changes. It should be stable but no promises. Can be viewed as Beta.
35
+
36
+[CI Download](https://ci.appveyor.com/project/Zarunbal/logexpert)
37
38
# How to Build
39
40
- Clone / Fork / Download the source code
41
- Open the Solution (src/LogExpert.sln) with Visual Studio 2017 (e.g. Community Edition)
42
- Restore Nuget Packages on Solution
43
- Build
44
- The output is under bin/(Debug/Release)/
45
46
+# Pull Request
47
+- Use Development branch as target
0 commit comments