File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/Microsoft.Data.SqlClient.Extensions/Extensions/src Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments