Skip to content

Commit 56aad98

Browse files
committed
Conditionally set IsPublishable
1 parent 4a01e61 commit 56aad98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnet/tools/lucene-cli/lucene-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<TargetFrameworks>net10.0;net8.0</TargetFrameworks>
2828
<RollForward Condition=" $(TargetFramework.StartsWith('net8.')) Or $(TargetFramework.StartsWith('net10.')) ">Major</RollForward>
2929

30-
<IsPublishable>true</IsPublishable>
30+
<IsPublishable Condition="' $(TargetFramework.StartsWith('net8.')) Or $(TargetFramework.StartsWith('net10.')) '">true</IsPublishable>
3131
<PackAsTool>true</PackAsTool>
3232
<ToolCommandName>lucene</ToolCommandName>
3333

0 commit comments

Comments
 (0)