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:
296
296
# Create and publish the NuGet package.
297
297
298
298
- job : publish_extensions_package_job
299
- displayName : ' Publish Extensions Package'
299
+ displayName : Publish Extensions Package
300
300
dependsOn :
301
301
# We depend on all of the build jobs to ensure the tests pass before
302
302
# producing the NuGet package.
Original file line number Diff line number Diff line change 76
76
<Description >Microsoft.Data.SqlClient Extensions</Description >
77
77
<RepositoryUrl >https://github.com/dotnet/SqlClient</RepositoryUrl >
78
78
<PackageLicenseExpression >MIT</PackageLicenseExpression >
79
+ <PackageIcon >dotnet.png</PackageIcon >
79
80
</PropertyGroup >
81
+ <ItemGroup >
82
+ <None Include =" ../../../../tools/icons/dotnet.png" Pack =" true" PackagePath =" /" />
83
+ </ItemGroup >
80
84
81
85
</Project >
You can’t perform that action at this time.
0 commit comments