Deploy a release step support
This release adds support for the deploy a release step.
- Any deployment or runbook process that uses the deploy a release step will have the project id successfully converted (fixing issue #34).
- In the CloneSpaceProject.ps1 script it will detect that you have specified that step and will make sure all the child projects are included in the Projects to Clone List. For example, if you sent in
Deploy a Release
as the project name, which deployedHello World
, it will set the projects to clone param for CloneSpace.ps1 to beHello world,Deploy a release
. It will also go through the hello world project and reconcile any required dependencies.
In addition, added some better logging as to why a logo gets cloned or skipped.