Skip to content

Commit b55f1a0

Browse files
authored
Merge pull request #173 from Numpsy/no_licence_cond
Remove the condition on setting PackageLicenseExpression/PackageTags in directory.build.props
2 parents 5aad487 + eb0a7ca commit b55f1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Ionide.KeepAChangelog.Tasks" PrivateAssets="All" />
2929
</ItemGroup>
3030

31-
<PropertyGroup Condition="'$(IsPackable)' == 'true'">
31+
<PropertyGroup>
3232
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3333
<PackageTags>F#;analyzers;compiler;tooling;editor;</PackageTags>
3434
</PropertyGroup>

0 commit comments

Comments
 (0)