Skip to content

Latest commit

 

History

History
56 lines (55 loc) · 3.22 KB

File metadata and controls

56 lines (55 loc) · 3.22 KB

Variables

Variable Description
Now Now, formatted as date time.
Time Now, formatted as time.
Date Now, formatted as date.
FilenameBase Filename of the input file without the extension.
Filename Filename of the input file (without the path).
FilePath File path of the input file.
FileExtension Extension (including the . (dot)) of the input file.
PathSeparator Path separator. Current value is '\'.
empty Empty string.
Env.name Replace name with the environment variable you request.
Git.Sha The 40 character sha1 of current commit
Git.Message Commit message.
Git.MessageShort The short commit message which is usually the first line of the commit.
Git.Author.Email The email of the author of the commit.
Git.Author.Name The name of the author of the commit.
Git.Author.CommitDate The date when the author committed.
Git.Committer.Email The email of the committer of the commit.
Git.Committer.Name The name of the committer of the commit.
Git.Committer.CommitDate The date when the committer committed.
Git.RootDir Git working directory
GitVersion.CommitDate Commit DateTime of current Head
GitVersion.AssemblySemFileVer See GitVersion for information.
GitVersion.AssemblySemVer See GitVersion for information.
GitVersion.BranchName See GitVersion for information.
GitVersion.BuildMetaData See GitVersion for information.
GitVersion.BuildMetaDataPadded See GitVersion for information.
GitVersion.CommitsSinceVersionSource See GitVersion for information.
GitVersion.CommitsSinceVersionSourcePadded See GitVersion for information.
GitVersion.EscapedBranchName See GitVersion for information.
GitVersion.FullBuildMetaData See GitVersion for information.
GitVersion.FullSemVer See GitVersion for information.
GitVersion.InformationalVersion See GitVersion for information.
GitVersion.LegacySemVer See GitVersion for information.
GitVersion.LegacySemVerPadded See GitVersion for information.
GitVersion.Major See GitVersion for information.
GitVersion.MajorMinorPatch See GitVersion for information.
GitVersion.Minor See GitVersion for information.
GitVersion.NuGetPreReleaseTag See GitVersion for information.
GitVersion.NuGetPreReleaseTagV2 See GitVersion for information.
GitVersion.NuGetVersion See GitVersion for information.
GitVersion.NuGetVersionV2 See GitVersion for information.
GitVersion.Patch See GitVersion for information.
GitVersion.PreReleaseLabel See GitVersion for information.
GitVersion.PreReleaseNumber See GitVersion for information.
GitVersion.PreReleaseTag See GitVersion for information.
GitVersion.PreReleaseTagWithDash See GitVersion for information.
GitVersion.SemVer See GitVersion for information.
GitVersion.Sha See GitVersion for information.
GitVersion.ShortSha See GitVersion for information.
GitVersion.VersionSourceSha See GitVersion for information.
GitVersion.WeightedPreReleaseNumber See GitVersion for information.
Host The host url of the asp web server (ending with '/'). The current value is 'http://localhost:5000/'.