Skip to content

Commit 080dda4

Browse files
Set artifact name in pacakge property (Azure#18827)
1 parent 9bc1ad1 commit 080dda4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function Get-dotnet-PackageInfoFromRepo ($pkgPath, $serviceDirectory, $pkgName)
2222
$pkgProp = [PackageProps]::new($pkgName, $pkgVersion, $pkgPath, $serviceDirectory)
2323
$pkgProp.SdkType = $sdkType
2424
$pkgProp.IsNewSdk = $pkgName.StartsWith("Azure")
25+
$pkgProp.ArtifactName = $pkgName
2526
return $pkgProp
2627
}
2728
else

0 commit comments

Comments
 (0)