Added deployment status badges
de25d391
Adam Rush
committed
1 changed file
README.md
/README.md-2+5
/README.md
Add comment 1 # PowerShell Pipeline Example
Add comment 2
Add comment 3 Plus  [![Build Status](https://adamrushuk.visualstudio.com/PoC/_apis/build/status/PowerShellPipeline?branchName=master)](https://adamrushuk.visualstudio.com/PoC/_build/latest?definitionId=22&branchName=master)
Add comment 4 Plus  [![Dev Deployment Status](https://adamrushuk.vsrm.visualstudio.com/_apis/public/Release/badge/4ce5af3d-5ed8-4548-8eda-4237b4c67331/1/1)]
Add comment 5 Plus  [![Dev Deployment Status](https://adamrushuk.vsrm.visualstudio.com/_apis/public/Release/badge/4ce5af3d-5ed8-4548-8eda-4237b4c67331/1/1)]
Add comment 6 Plus  [![Dev Deployment Status](https://adamrushuk.vsrm.visualstudio.com/_apis/public/Release/badge/4ce5af3d-5ed8-4548-8eda-4237b4c67331/1/1)]
Add comment 7 Plus  
Add comment 3 8 This is a Proof of Concept repo to show how you can build CI/CD pipeline for a PowerShell module.
Add comment 4 9
Add comment 5 10 The example is an old PowerShell module I started for VMware vCloud Director.
Add comment 6 11
Add comment 7 Minus  [![Build Status](https://adamrushuk.visualstudio.com/PoC/_apis/build/status/PowerShellPipeline?branchName=master)](https://adamrushuk.visualstudio.com/PoC/_build/latest?definitionId=22&branchName=master)
Add comment 8 Minus  
Add comment 9 12 ## Goals
Add comment 10 13
Add comment 11 14 I've created various scripts for vCloud Director over the past few years, so I plan to use this module as an opportunity to refactor and share these scripts one by one. I'll apply the latest methods and best practices I've learnt recently, with a focus on the process around [The Release Pipeline Model](https://msdn.microsoft.com/en-us/powershell/dsc/whitepapers#the-release-pipeline-model) (Source > Build > Test > Release).