Skip to content

Commit

Permalink
Merge pull request #17 from altso/snuget
Browse files Browse the repository at this point in the history
Publish symbol packages
  • Loading branch information
altso authored Feb 26, 2022
2 parents 58ee8fc + b0df61c commit ef028d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Authors>Alexander Tsoi</Authors>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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

<ItemGroup Condition="'$(IsPackable)' == 'true'">
Expand All @@ -14,4 +22,8 @@
<None Include="..\..\LICENSE" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup Condition="'$(IsPackable)' == 'true'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

</Project>

0 comments on commit ef028d4

Please sign in to comment.