Skip to content

Commit e45f448

Browse files
committed
.
1 parent a83ce8c commit e45f448

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RazorUI/RazorUI.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@
2020
<DebugType>portable</DebugType>
2121
<DebugSymbols>true</DebugSymbols>
2222
<Deterministic>true</Deterministic>
23+
<IncludeSymbols>true</IncludeSymbols>
24+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2326
</PropertyGroup>
2427

28+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
29+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
30+
</PropertyGroup>
31+
2532

2633
<ItemGroup>
2734
<SupportedPlatform Include="browser" />

0 commit comments

Comments
 (0)