Skip to content

Commit

Permalink
Enable embedded debug symbols
Browse files Browse the repository at this point in the history
Allows file paths and line numbers to be included in stack traces. This helps troubleshoot errors when we get issues reported from exceptions.
  • Loading branch information
albertospelta committed Dec 5, 2023
1 parent f0e9e6d commit 04b859c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Dax.Template/Dax.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
<RepositoryUrl>https://github.com/sql-bi/DaxTemplate</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>
<IncludeSymbols>false</IncludeSymbols>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
Expand Down

0 comments on commit 04b859c

Please sign in to comment.