Method | Description | |
---|---|---|
Add ( string stepNameAndVersion ) : void | ||
Add ( string stepName, string packageVersion ) : void | ||
AddFolder ( string folderPath ) : void | ||
Default ( string packageVersion ) : void | ||
PackageVersionResolver ( Serilog log ) : System | ||
ResolveVersion ( string stepName ) : string |
Method | Description | |
---|---|---|
TryReadPackageIdentity ( string packageFile, PackageIdentity &packageIdentity ) : bool |
public Add ( string stepNameAndVersion ) : void | ||
stepNameAndVersion | string | |
return | void |
public Add ( string stepName, string packageVersion ) : void | ||
stepName | string | |
packageVersion | string | |
return | void |
public AddFolder ( string folderPath ) : void | ||
folderPath | string | |
return | void |
public Default ( string packageVersion ) : void | ||
packageVersion | string | |
return | void |
public PackageVersionResolver ( Serilog log ) : System | ||
log | Serilog | |
return | System |
public ResolveVersion ( string stepName ) : string | ||
stepName | string | |
return | string |