Skip to content

Commit ba30af9

Browse files
committed
Merge pull request #162 from PowerShell/BuildStatus
Add Build Status to ReadMe
2 parents 2282d53 + c347cb7 commit ba30af9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,19 @@ To confirm installation: run ```Get-ScriptAnalyzerRule``` in the PowerShell cons
3737
Building the Code
3838
=================
3939

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
4141

4242
**Note: If there are any build errors, please refer to Requirements section and make sure all dependencies are properly installed**
4343

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+
4453
Running Tests
4554
=============
4655

@@ -70,6 +79,7 @@ Throughput Graph
7079
[![Throughput Graph](https://graphs.waffle.io/powershell/psscriptanalyzer/throughput.svg)](https://waffle.io/powershell/psscriptanalyzer/metrics)
7180

7281

82+
7383
Contributing to ScriptAnalyzer
7484
==============================
7585

0 commit comments

Comments
 (0)