OctopusDeploy / go-octopusdeploy

| Public | Go API Client for Octopus Deploy :octopus:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitRef is No Longer Optional for CaC-Based Projects; Update DeploymentProcessService.Get to Reflect This Change

jbristowe opened this issue Β· comments

The gitRef property is now required when created CacC-based projects. This change must be reflected in the underlying service (DeploymentProcessService) -- namely, the Get function. This function must be updated.

πŸ”— OctopusDeploy/OctopusCLI#168