Skip to content

Commit

Permalink
Enable building a .snupkg (contributes to #66)
Browse files Browse the repository at this point in the history
  • Loading branch information
akamsteeg committed Jul 15, 2020
1 parent 980d3b2 commit 324e3bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>Git</RepositoryType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
Expand Down Expand Up @@ -88,6 +89,7 @@
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<Deterministic>true</Deterministic>

</PropertyGroup>

</Project>

0 comments on commit 324e3bf

Please sign in to comment.