Sync eng/common directory with azure-sdk-tools repository for Tools PR 982 (#638)
This commit is contained in:
parent
73ba0029bc
commit
ef91eeebf4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user