Skip to content

Commit

Permalink
Make only libs packable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander0542 committed Aug 10, 2021
1 parent 752f671 commit bec2df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions root.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageTags>rgb;coolermaster;led;led-controller;controller;hid;hid-device</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Sander0542/Sander0542.CMLedController</RepositoryUrl>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/lib/lib.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit bec2df3

Please sign in to comment.