Sync eng/common directory with azure-sdk-tools repository for Tools PR 982 (#638)

This commit is contained in:
Azure SDK Bot 2020-09-10 11:07:27 -07:00 committed by GitHub
parent 73ba0029bc
commit ef91eeebf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,7 +336,7 @@ function ParseCppArtifact($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