mirror of https://github.com/grpc/grpc.git
Merge pull request #18363 from jtattermusch/fix_sourcelink_again
Fix source stepping by upgrading sourcelinkreviewable/pr18052/r7^2
commit
5e6a9d9977
2 changed files with 14 additions and 8 deletions
@ -1,8 +1,14 @@ |
||||
<!-- Ensure that debugging of the resulting NuGet packages work (we're using SourceLink). --> |
||||
<Project> |
||||
|
||||
<PropertyGroup> |
||||
<!-- Include PDB in the built .nupkg --> |
||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl> |
||||
</PropertyGroup> |
||||
|
||||
<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> |
||||
|
||||
</Project> |
||||
|
Loading…
Reference in new issue