Property | Type | Description | |
---|---|---|---|
GetAutoVersion | SemanticVersion | ||
GetLibraryVersion | SemanticVersion | ||
GetPackageID | String | ||
GetPackageVersion | SemanticVersion | ||
PreparePackage | void |
Method | Description | |
---|---|---|
Execute ( ) : System.Boolean |
Task execution override
|
Method | Description | |
---|---|---|
GetAutoVersion ( ITaskItem specItem, SemanticVersion specVer, System.Xml.Linq.XDocument specDoc ) : SemanticVersion |
Constructs the nuget package version using either the build number specified in the project file (for TFS builds) or using a text file in the output directory
|
|
GetLibraryVersion ( ITaskItem specItem, SemanticVersion specVer, System.Xml.Linq.XDocument specDoc ) : SemanticVersion |
Constructs a nuget package version from a library referenced by the package
|
|
GetPackageID ( System.Xml.Linq.XDocument specDoc ) : String |
Retrieves the package's ID
|
|
GetPackageVersion ( ITaskItem specItem, System.Xml.Linq.XDocument specDoc ) : SemanticVersion |
Constructs a nuget package version for the current project
|
|
PreparePackage ( ITaskItem specItem ) : void |
Prepares a single .nuspec file for packaging
|