Skip to content

Commit

Permalink
Merge pull request #41 from sql-bi/alberto/embed-debug-pdb
Browse files Browse the repository at this point in the history
Enable embedded debug symbols
  • Loading branch information
marcosqlbi authored Dec 5, 2023
2 parents f0e9e6d + 04b859c commit 462f8ec
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 462f8ec

Please sign in to comment.