Skip to content

Commit

Permalink
change DebugType to 'portable'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Sep 18, 2024
1 parent b4e8a8b commit 72a638e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<AnalysisLevel>latest</AnalysisLevel>
<AnalysisMode>recommended</AnalysisMode>
<SharedRoot>$(SrcRoot)Shared/</SharedRoot>
<!-- This setting makes symbol files (PDBs) available within the DLLs
themselves, which is seemingly necessary for having a 'deterministic' build checkmark in our NuGet package.
<!-- This setting makes symbol files (PDBs) available, which is seemingly necessary for having a 'deterministic' build checkmark in our NuGet package.
This is recommended for NuGet packages, as per: https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/
The connection to deterministic builds is explored here: https://www.meziantou.net/creating-reproducible-build-in-dotnet.htm -->
<DebugType>embedded</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<Import Project="$(EngRoot)targets/Release.props" />
Expand Down

0 comments on commit 72a638e

Please sign in to comment.