mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Only embed debug info in CI build
This commit is contained in:
parent
6a6656b1e7
commit
65e7c11508
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<DebugType>embedded</DebugType>
|
||||
<DebugType Condition="'$(GITHUB_ACTIONS)' == 'true'">embedded</DebugType>
|
||||
|
||||
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue