Skip to content

Commit 5a37e9f

Browse files
committed
test EmbedAllSources SourceLink setting
1 parent 90e8cac commit 5a37e9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 3 additions & 3 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.23</Version>
6+
<Version>5.9.25</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Speakeasy</Authors>
99
<Copyright>Copyright (c) Speakeasy 2024</Copyright>
@@ -44,10 +44,10 @@
4444
<DebugType>portable</DebugType>
4545
</PropertyGroup>
4646

47-
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'false'">
47+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
4848
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
4949
<PublishRepositoryUrl>true</PublishRepositoryUrl>
50-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
50+
<EmbedAllSources>true</EmbedAllSources>
5151
</PropertyGroup>
5252

5353
<ItemGroup>

0 commit comments

Comments
 (0)