1 changed file
README.md | ||
Add comment 1 # PowerShell Pipeline Example
Add comment 2
Add comment 3 Plus [](https://adamrushuk.visualstudio.com/PoC/_build/latest?definitionId=22&branchName=master)
Add comment 4 Plus []
Add comment 5 Plus []
Add comment 6 Plus []
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 [](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).