Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools repository
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Jun 29, 2020
1 parent 02b6975 commit 5379779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/artifact-metadata-parsing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function ParseCArtifact($pkg, $workingDirectory) {
}

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

0 comments on commit 5379779

Please sign in to comment.