Skip to content

Commit

Permalink
Set artifact name in pacakge property (Azure#18827)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored Feb 17, 2021
1 parent 9bc1ad1 commit 080dda4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function Get-dotnet-PackageInfoFromRepo ($pkgPath, $serviceDirectory, $pkgName)
$pkgProp = [PackageProps]::new($pkgName, $pkgVersion, $pkgPath, $serviceDirectory)
$pkgProp.SdkType = $sdkType
$pkgProp.IsNewSdk = $pkgName.StartsWith("Azure")
$pkgProp.ArtifactName = $pkgName
return $pkgProp
}
else
Expand Down

0 comments on commit 080dda4

Please sign in to comment.