Skip to content

Commit 653db49

Browse files
authored
Sync eng/common directory with azure-sdk-tools repository for Tools PR Azure/azure-sdk-tools#857 (Azure#14281)
1 parent 8cbf72e commit 653db49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/artifact-metadata-parsing.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ function ParseCArtifact($pkg, $workingDirectory) {
298298
}
299299

300300
return New-Object PSObject -Property @{
301-
PackageId = 'azure-sdk-for-c'
301+
PackageId = ''
302302
PackageVersion = $pkgVersion
303303
# Artifact info is always considered deployable for C becasue it is not
304304
# deployed anywhere. Dealing with duplicate tags happens downstream in

0 commit comments

Comments
 (0)