Skip to content

Commit

Permalink
Add IsPackable=false to targets template
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolamilekic committed Feb 4, 2022
1 parent 6d25997 commit 154be68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Milekic.YoLo/Milekic.YoLo.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Copyright>Copyright © $([System.DateTime]::Now.Year) Nikola Milekic</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/nikolamilekic/Milekic.YoLo</PackageProjectUrl>
<IsPackable>true</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="Milekic.YoLo.props" Pack="true" PackagePath="./build/">
Expand Down
1 change: 1 addition & 0 deletions src/Milekic.YoLo/Milekic.YoLo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<IsPackable Condition="'$(IsPackable)' == ''">false</IsPackable>
</PropertyGroup>
<Target Name="SetVersion" DependsOnTargets="GitVersion" AfterTargets="GitVersion" Condition="'$(GitThisAssembly)' == true">
<PropertyGroup>
Expand Down

0 comments on commit 154be68

Please sign in to comment.