Skip to main content

ReleaseEntry.ParseReleaseFileAndApplyStaging Method

Declaring Type: ReleaseEntry
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

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