Skip to content

Commit af0e9ef

Browse files
committed
set DebugType to portable to ensure .pdb files are generated
1 parent 39c72b3 commit af0e9ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>SpeakeasySDK</PackageId>
6-
<Version>5.9.21</Version>
6+
<Version>5.9.22</Version>
77
<Authors>Speakeasy</Authors>
88
<TargetFramework>net8.0</TargetFramework>
99
<Authors>Speakeasy</Authors>
@@ -14,6 +14,11 @@
1414
<RepositoryType>git</RepositoryType>
1515
</PropertyGroup>
1616

17+
<PropertyGroup>
18+
<Nullable>enable</Nullable>
19+
<NoWarn>1591</NoWarn>
20+
</PropertyGroup>
21+
1722
<PropertyGroup>
1823
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1924
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -31,15 +36,13 @@
3136
<PropertyGroup>
3237
<IncludeSymbols>true</IncludeSymbols>
3338
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
34-
<Nullable>enable</Nullable>
35-
<NoWarn>1591</NoWarn>
39+
<DebugType>portable</DebugType>
3640
</PropertyGroup>
3741

3842
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
3943
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
4044
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4145
<EmbedUntrackedSources>true</EmbedUntrackedSources>
42-
<DebugType>embedded</DebugType>
4346
</PropertyGroup>
4447

4548
<ItemGroup>

0 commit comments

Comments
 (0)