Skip to content

Commit

Permalink
build: I don't get it 4
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Nov 5, 2024
1 parent 8bc537c commit 51471dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/SourceLink.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>false</IncludeSymbols>
<!--<SymbolPackageFormat>snupkg</SymbolPackageFormat>-->

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand All @@ -11,9 +11,6 @@
<!-- https://github.com/dotnet/sourcelink/blob/master/docs/README.md#embedallsources -->
<EmbedAllSources>true</EmbedAllSources>

<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>

<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

Expand Down

0 comments on commit 51471dd

Please sign in to comment.