OctopusDeploy / OctopusClients

| Public | Octopus.Client for commanding Octopus servers

Home Page:https://octopus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the deployment folder, machine names and version in Octopus

viveknuna opened this issue · comments

I want to get the deployment folder's full path, machine names (if multiple machines), and version for a given Octopus project and given environment.

So for example, the environment is production.

Actually, I want to compare a few files of the latest deployment of a project in a production environment with the previous deployment.

I am using the Octopus client library in C#