C# Class DevOps.Nuget.Integration.NugetClient

Exibir arquivo Open project: clearctvm/octopus_aws_pilot Class Usage Examples

Public Properties

Property Type Description
StepsPackagesMap string>.Dictionary

Public Methods

Method Description
GetLastVersion ( string step, string branch ) : string
NugetClient ( ) : System.Collections.Generic

Method Details

GetLastVersion() public method

public GetLastVersion ( string step, string branch ) : string
step string
branch string
return string

NugetClient() public method

public NugetClient ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

StepsPackagesMap public_oe property

public Dictionary StepsPackagesMap
return string>.Dictionary