mirror of https://github.com/grpc/grpc.git
parent
2b0ab320c1
commit
cb0486adf8
6 changed files with 29 additions and 10 deletions
@ -0,0 +1,19 @@ |
||||
<!-- Ensure that debugging of the resulting NuGet packages work (we're using SourceLink). --> |
||||
<Project> |
||||
|
||||
<ItemGroup Label="dotnet pack instructions"> |
||||
<Content Include="$(OutputPath)netstandard1.5\$(PackageId).pdb"> |
||||
<Pack>true</Pack> |
||||
<PackagePath>lib/netstandard1.5</PackagePath> |
||||
</Content> |
||||
<Content Include="$(OutputPath)net45\$(PackageId).pdb"> |
||||
<Pack>true</Pack> |
||||
<PackagePath>lib/net45</PackagePath> |
||||
</Content> |
||||
</ItemGroup> |
||||
|
||||
<ItemGroup> |
||||
<PackageReference Include="SourceLink.Test" Version="2.7.3" PrivateAssets="all" /> |
||||
</ItemGroup> |
||||
|
||||
</Project> |
Loading…
Reference in new issue