Skip to content

Commit 0364a29

Browse files
committed
User Story 37654: Create Extensions base package
- Added .NET icon to the NuGet package.
1 parent 0f7fdbf commit 0364a29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

eng/pipelines/stages/ci-build-extensions-package-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ stages:
296296
# Create and publish the NuGet package.
297297

298298
- job: publish_extensions_package_job
299-
displayName: 'Publish Extensions Package'
299+
displayName: Publish Extensions Package
300300
dependsOn:
301301
# We depend on all of the build jobs to ensure the tests pass before
302302
# producing the NuGet package.

src/Microsoft.Data.SqlClient.Extensions/Extensions/src/Extensions.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
<Description>Microsoft.Data.SqlClient Extensions</Description>
7777
<RepositoryUrl>https://github.com/dotnet/SqlClient</RepositoryUrl>
7878
<PackageLicenseExpression>MIT</PackageLicenseExpression>
79+
<PackageIcon>dotnet.png</PackageIcon>
7980
</PropertyGroup>
81+
<ItemGroup>
82+
<None Include="../../../../tools/icons/dotnet.png" Pack="true" PackagePath="/" />
83+
</ItemGroup>
8084

8185
</Project>

0 commit comments

Comments
 (0)