Skip to content

Commit 0e5f629

Browse files
committed
gen. debug symbols in Release conf. + test SourceLink toggle
1 parent e5ca1dd commit 0e5f629

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 3 additions & 2 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.22</Version>
6+
<Version>5.9.23</Version>
77
<Authors>Speakeasy</Authors>
88
<TargetFramework>net8.0</TargetFramework>
99
<Authors>Speakeasy</Authors>
@@ -36,10 +36,11 @@
3636
<PropertyGroup>
3737
<IncludeSymbols>true</IncludeSymbols>
3838
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
39+
<DebugSymbols>true</DebugSymbols>
3940
<DebugType>portable</DebugType>
4041
</PropertyGroup>
4142

42-
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
43+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'false'">
4344
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
4445
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4546
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)