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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
|
|
|
|
|