Browse Source

Merge pull request #7003 from AvaloniaUI/revert-6981-fixes/rider-debugging-net6

Revert "Fix debugging in Rider after we merged .NET 6"
pull/7006/head
Dan Walmsley 4 years ago
committed by GitHub
parent
commit
bed91bb7ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/SourceLink.props

2
build/SourceLink.props

@ -3,7 +3,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>false</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>full</DebugType>
<DebugType>embedded</DebugType>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

Loading…
Cancel
Save