Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from quamotion/features/snupkg
Browse files Browse the repository at this point in the history
Publish snupkg packages
  • Loading branch information
qmfrederik authored Apr 4, 2020
2 parents f2ed392 + f0e4314 commit f754900
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Quamotion.TurboJpegWrapper/Quamotion.TurboJpegWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<Company>Quamotion</Company>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net45'">
Expand All @@ -34,7 +35,7 @@

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.25" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit f754900

Please sign in to comment.