Skip to content

Commit 64f11bc

Browse files
authored
Use Azure icon for new client libraries (#24460)
1 parent fe0bf0e commit 64f11bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Directory.Build.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@
142142
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
143143
<Authors>Microsoft</Authors>
144144
<Product>Azure .NET SDK</Product>
145-
<PackageIcon>pkgicon.png</PackageIcon>
146-
<PackageIconPath>$(RepoEngPath)/images/$(PackageIcon)</PackageIconPath>
145+
<PackageIconPath>$(RepoEngPath)/images/pkgicon.png</PackageIconPath>
147146
<RepositoryUrl>https://github.com/Azure/azure-sdk-for-net</RepositoryUrl>
148147
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
149148
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -207,6 +206,7 @@
207206
</PropertyGroup>
208207

209208
<PropertyGroup Condition="'$(IsClientLibrary)' == 'true'">
209+
<PackageIconPath>$(RepoEngPath)/images/azureicon.png</PackageIconPath>
210210
<!-- Use a full key for the new client libraries and disable delay signing -->
211211
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)AzureSDKClient.snk</AssemblyOriginatorKeyFile>
212212
<DelaySign>false</DelaySign>

eng/images/azureicon.png

3.5 KB
Loading

0 commit comments

Comments
 (0)