Skip to content

Commit 2b1b3b7

Browse files
Update Logic in Language Settings File (Azure#12501)
1 parent a5ba074 commit 2b1b3b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ function Get-javascript-PackageInfoFromPackageFile ($pkg, $workingDirectory)
7373
$resultObj = New-Object PSObject -Property @{
7474
PackageId = $pkgId
7575
PackageVersion = $pkgVersion
76+
ReleaseTag = "$($pkgId)_$($pkgVersion)"
7677
Deployable = $forceCreate -or !(IsNPMPackageVersionPublished -pkgId $pkgId -pkgVersion $pkgVersion)
7778
ReleaseNotes = $releaseNotes
7879
ReadmeContent = $readmeContent
@@ -107,7 +108,8 @@ function Publish-javascript-GithubIODocs ($DocLocation, $PublicArtifactLocation)
107108
}
108109
}
109110

110-
function Get-javascript-GithubIoDocIndex() {
111+
function Get-javascript-GithubIoDocIndex()
112+
{
111113
# Fetch out all package metadata from csv file.
112114
$metadata = Get-CSVMetadata -MetadataUri $MetadataUri
113115
# Get the artifacts name from blob storage

0 commit comments

Comments
 (0)