Skip to content

Deploy a release step support

Compare
Choose a tag to compare
@BobJWalker BobJWalker released this 23 Nov 21:00

This release adds support for the deploy a release step.

  1. Any deployment or runbook process that uses the deploy a release step will have the project id successfully converted (fixing issue #34).
  2. 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 deployed Hello World, it will set the projects to clone param for CloneSpace.ps1 to be Hello 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.