Skip to content

Commit

Permalink
Set IsPackable
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Sep 20, 2023
1 parent b555309 commit 9189b7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FSharp.Analyzers.Cli/FSharp.Analyzers.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<RollForward>LatestMajor</RollForward>
<OutputType>Exe</OutputType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<PackageId>fsharp-analyzers</PackageId>
<ToolCommandName>fsharp-analyzers</ToolCommandName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Florian Verdonck, David Schaefer</Authors>
<Description>Test facilities for the FSharp.Analyzers.SDK</Description>
Expand Down
1 change: 1 addition & 0 deletions src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Krzysztof Cieslak</Authors>
<Description>SDK for building custom analyzers for FSAC / F# editors</Description>
Expand Down

0 comments on commit 9189b7a

Please sign in to comment.