There was an error while loading. Please reload this page.
2 parents b40e98f + e626b82 commit 80975dfCopy full SHA for 80975df
1 file changed
src/lib/LowlandTech.TinyTools.csproj
@@ -39,11 +39,13 @@
39
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
40
<EmbedUntrackedSources>true</EmbedUntrackedSources>
41
<EmbedAllSources>true</EmbedAllSources>
42
+ <IncludeSource>true</IncludeSource>
43
+ <DebugSymbols>true</DebugSymbols>
44
45
<!-- Source Link - Always enabled for local builds -->
46
<PublishRepositoryUrl>true</PublishRepositoryUrl>
47
- <DebugType>embedded</DebugType>
48
+ <DebugType>portable</DebugType>
49
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
50
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
51
</PropertyGroup>
0 commit comments