ReleaseEntry.ParseReleaseFileAndApplyStaging Method
Declaring Type: ReleaseEntry
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Parse the contents of a RELEASES file into a list of ReleaseEntry's, with any staging-ineligible releases removed.
public static IEnumerable<ReleaseEntry> ParseReleaseFileAndApplyStaging(string fileContents, Guid? userToken);
Parameters
fileContents
string
userToken
Nullable<Guid>
Returns
IEnumerable<ReleaseEntry>
Documentation generated by MdDocs