Skip to content

Commit

Permalink
Add snupkg and Continuous Integration Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro committed Jun 5, 2024
1 parent 83f263f commit 15a44de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/MudBlazor.ThemeManager/MudBlazor.ThemeManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
<PackageIcon>Nuget.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\content\$(PackageIcon)">
Expand Down

0 comments on commit 15a44de

Please sign in to comment.