Skip to content

Commit 15a44de

Browse files
committed
Add snupkg and Continuous Integration Build
1 parent 83f263f commit 15a44de

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/MudBlazor.ThemeManager/MudBlazor.ThemeManager.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
<PackageIcon>Nuget.png</PackageIcon>
2929
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3030
</PropertyGroup>
31+
32+
<PropertyGroup>
33+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
34+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
35+
<IncludeSymbols>true</IncludeSymbols>
36+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
37+
</PropertyGroup>
38+
39+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
40+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
41+
</PropertyGroup>
3142

3243
<ItemGroup>
3344
<None Include="..\..\content\$(PackageIcon)">

0 commit comments

Comments
 (0)