We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83ce8c commit e45f448Copy full SHA for e45f448
RazorUI/RazorUI.csproj
@@ -20,8 +20,15 @@
20
<DebugType>portable</DebugType>
21
<DebugSymbols>true</DebugSymbols>
22
<Deterministic>true</Deterministic>
23
+ <IncludeSymbols>true</IncludeSymbols>
24
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
25
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
26
</PropertyGroup>
27
28
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
29
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
30
+ </PropertyGroup>
31
+
32
33
<ItemGroup>
34
<SupportedPlatform Include="browser" />
0 commit comments