Merge pull request #3104 from schellap/sccs
Fix build minor and add sccsid
This commit is contained in:
commit
aa578bc08e
10 changed files with 72 additions and 13 deletions
|
@ -24,7 +24,8 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
public string LatestHostPolicyVersionNoSuffix => $"{Major}.{Minor}.{Patch}";
|
||||
public string LatestHostPrerelease => ReleaseSuffix;
|
||||
public string LatestHostBuildMajor => $"{CommitCountString}";
|
||||
public string LatestHostSuffix => $"{ReleaseSuffix}-{LatestHostBuildMajor}-00";
|
||||
public string LatestHostBuildMinor => "00";
|
||||
public string LatestHostSuffix => $"{ReleaseSuffix}-{LatestHostBuildMajor}-{LatestHostBuildMinor}";
|
||||
|
||||
// Full versions and package information.
|
||||
public string LatestHostVersion => $"{LatestHostVersionNoSuffix}-{LatestHostSuffix}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue