Skip to content

Commit

Permalink
fix: Inhibit packing of LS sample (#201)
Browse files Browse the repository at this point in the history
To avoid it being nuget pushed in a release
  • Loading branch information
bartelink authored Dec 13, 2023
1 parent c00a01e commit 28d768f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/Argu.Samples.LS/Argu.Samples.LS.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<OutputType>Exe</OutputType>
<AssemblyName>ls</AssemblyName>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Include="Arguments.fs" />
Expand Down

0 comments on commit 28d768f

Please # to comment.