From af8cb730069aab928162b1ffd6dc1a957ebaa83f Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com> Date: Mon, 16 Nov 2020 10:03:09 -0800 Subject: [PATCH] Update LanguageSetting.ps1 (#985) --- eng/scripts/Language-Settings.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/scripts/Language-Settings.ps1 b/eng/scripts/Language-Settings.ps1 index 5113c9e89..44952ff14 100644 --- a/eng/scripts/Language-Settings.ps1 +++ b/eng/scripts/Language-Settings.ps1 @@ -30,7 +30,7 @@ function Get-cpp-PackageInfoFromPackageFile($pkg, $workingDirectory) return New-Object PSObject -Property @{ PackageId = $pkgName PackageVersion = $pkgVersion - ReleaseTag = "$($pkgName)_$($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