Skip to content

Commit

Permalink
Set IsPackable to false for the k8s project (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Jan 18, 2023
1 parent 0067734 commit 50919f1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -5,6 +5,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<OutputType>Library</OutputType>
<NoWarn>$(NoWarn);CS8002</NoWarn>
<IsPackable>$('System.TeamProject') != 'internal'</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 50919f1

Please sign in to comment.