Skip to content

Commit 50919f1

Browse files
authored
Set IsPackable to false for the k8s project (#2005)
1 parent 0067734 commit 50919f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Kubernetes.Controller/Yarp.Kubernetes.Controller.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
66
<OutputType>Library</OutputType>
77
<NoWarn>$(NoWarn);CS8002</NoWarn>
8+
<IsPackable>$('System.TeamProject') != 'internal'</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)