mirror of https://github.com/grpc/grpc.git
parent
85f8e0f4b0
commit
b089b21c6f
2 changed files with 13 additions and 8 deletions
@ -1,8 +1,13 @@ |
|||||||
<!-- Ensure that debugging of the resulting NuGet packages work (we're using SourceLink). --> |
<!-- Ensure that debugging of the resulting NuGet packages work (we're using SourceLink). --> |
||||||
<Project> |
<Project> |
||||||
|
|
||||||
|
<PropertyGroup> |
||||||
|
<!-- Include PDB in the built .nupkg --> |
||||||
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
||||||
|
</PropertyGroup> |
||||||
|
|
||||||
<ItemGroup> |
<ItemGroup> |
||||||
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.7.6" PrivateAssets="all" /> |
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" /> |
||||||
</ItemGroup> |
</ItemGroup> |
||||||
|
|
||||||
</Project> |
</Project> |
||||||
|
Loading…
Reference in new issue