Skip to content

Commit

Permalink
Merge pull request #21 from dahlbyk/DebugType
Browse files Browse the repository at this point in the history
Publish Symbols for Startup
  • Loading branch information
dahlbyk authored Mar 4, 2024
2 parents 9c27ead + ba062b4 commit 073bdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Startup/Unravel.Startup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand Down

0 comments on commit 073bdfc

Please sign in to comment.