File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,19 @@ To confirm installation: run ```Get-ScriptAnalyzerRule``` in the PowerShell cons
37
37
Building the Code
38
38
=================
39
39
40
- Use Visual Studio to build "ScriptAnalyzer .sln". Use ~ /PSScriptAnalyzer/ folder to load PSScriptAnalyzer.psd1
40
+ Use Visual Studio to build "PSScriptAnalyzer .sln". Use ~ /PSScriptAnalyzer/ folder to load PSScriptAnalyzer.psd1
41
41
42
42
** Note: If there are any build errors, please refer to Requirements section and make sure all dependencies are properly installed**
43
43
44
+
45
+ Build Status
46
+ ==============
47
+
48
+ | | Master Branch |
49
+ | ---------| :------:| :------:| :-------:| :-------:|
50
+ | ** Debug Version** | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/h5mot3vqtvxw5d7l?svg=true )] ( https://ci.appveyor.com/project/PowerShell/psscriptanalyzer ) |
51
+
52
+
44
53
Running Tests
45
54
=============
46
55
@@ -70,6 +79,7 @@ Throughput Graph
70
79
[ ![ Throughput Graph] ( https://graphs.waffle.io/powershell/psscriptanalyzer/throughput.svg )] ( https://waffle.io/powershell/psscriptanalyzer/metrics )
71
80
72
81
82
+
73
83
Contributing to ScriptAnalyzer
74
84
==============================
75
85
You can’t perform that action at this time.
0 commit comments