Sync eng/common directory with azure-sdk-tools for PR 1763 (#2514)
* Disable release date check * Release check is not finding release date Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
This commit is contained in:
parent
83b8feeb35
commit
f6ec0bd87f
@ -52,7 +52,7 @@ class PackageProps
|
||||
$this.ChangeLogPath = Join-Path $directoryPath "CHANGELOG.md"
|
||||
# Get release date for current version and set in package property
|
||||
$changeLogEntry = Get-ChangeLogEntry -ChangeLogLocation $this.ChangeLogPath -VersionString $this.Version
|
||||
if ($changeLogEntry -and !$changeLogEntry.ReleaseStatus)
|
||||
if ($changeLogEntry -and $changeLogEntry.ReleaseStatus)
|
||||
{
|
||||
$this.ReleaseStatus = $changeLogEntry.ReleaseStatus.Trim().Trim("()")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user