fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
453 stars 75 forks source link

fix(Release): Inhibit packing of LS sample #201

Closed bartelink closed 9 months ago

bartelink commented 9 months ago

Sets IsPackable to false for the LS sample In order to inhibit production of a .nupkg for it (which the NuGet push action then proceeds to [attempt to] push)

re https://github.com/fsprojects/Argu/issues/189#issuecomment-1853681150

bartelink commented 9 months ago

@nojaf local testing shows a build.sh -t Release now stops generating a nupkg for the LS sample exe Let me know if you want me to slip this change into #174 instead