From 17bfd048eddce22350f2e84ac07b6864662defe3 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 10 Sep 2020 16:50:11 +0000 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools repository for Tools PR 982 --- eng/common/scripts/artifact-metadata-parsing.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/scripts/artifact-metadata-parsing.ps1 b/eng/common/scripts/artifact-metadata-parsing.ps1 index 94e95ca170d2..b2ca199d455e 100644 --- a/eng/common/scripts/artifact-metadata-parsing.ps1 +++ b/eng/common/scripts/artifact-metadata-parsing.ps1 @@ -336,7 +336,7 @@ function ParseCppArtifact($pkg, $workingDirectory) { return New-Object PSObject -Property @{ PackageId = $pkgName PackageVersion = $pkgVersion - ReleaseTag = "$($pkgId)_$($pkgVersion)" + ReleaseTag = "${pkgName}_${pkgVersion}" # Artifact info is always considered deployable for now becasue it is not # deployed anywhere. Dealing with duplicate tags happens downstream in # CheckArtifactShaAgainstTagsList