Skip to content

Commit

Permalink
Update redmine-net-api.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
zapadi authored Aug 31, 2024
1 parent 3d067a3 commit 4ec711f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/redmine-net-api/redmine-net-api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
</PropertyGroup>

<PropertyGroup>
<DebugType>embedded</DebugType>
<DebugType Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">full</DebugType>
<DebugType Condition="'$(DebugType)' == ''">portable</DebugType> <!-- Default to portable if not set -->
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageOutputPath>$(SolutionDir)/artifacts</PackageOutputPath>
</PropertyGroup>
Expand Down Expand Up @@ -68,6 +69,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<DebugSymbols>true</DebugSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IsPackable>true</IsPackable>
</PropertyGroup>
Expand Down Expand Up @@ -105,4 +107,4 @@
<!-- <InternalsVisibleToProject Include="Padi.DotNet.RedmineAPI.Tests" />-->
<!-- </ItemGroup>-->

</Project>
</Project>

0 comments on commit 4ec711f

Please sign in to comment.