Update LanguageSetting.ps1 (#985)
This commit is contained in:
parent
a716e094fe
commit
af8cb73006
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user