Skip to content

Commit 17bfd04

Browse files
committed
Sync eng/common directory with azure-sdk-tools repository for Tools PR 982
1 parent bbcc72f commit 17bfd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/artifact-metadata-parsing.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function ParseCppArtifact($pkg, $workingDirectory) {
336336
return New-Object PSObject -Property @{
337337
PackageId = $pkgName
338338
PackageVersion = $pkgVersion
339-
ReleaseTag = "$($pkgId)_$($pkgVersion)"
339+
ReleaseTag = "${pkgName}_${pkgVersion}"
340340
# Artifact info is always considered deployable for now becasue it is not
341341
# deployed anywhere. Dealing with duplicate tags happens downstream in
342342
# CheckArtifactShaAgainstTagsList

0 commit comments

Comments
 (0)