emgarten / Sleet

A static nuget feed generator for Azure Storage, AWS S3, and more.
MIT License
362 stars 43 forks source link

Support for Linux? #154

Closed emmenlau closed 3 years ago

emmenlau commented 3 years ago

Dear @emgarten , this issue is a follow-up of #153 . Please forgive if my question is naiive: I've failed to build Sleet on Linux. Is this possible? It seems dotnet should be very well suited for cross-platform development, but when I run the build it says that netcoreapp3.1 or netstandard2.1 are unsupported target frameworks and my Linux would lack net5.0 support. Is there some way how to run Sleet on Linux? Thanks a lot for your help!

emgarten commented 3 years ago

Does running build.sh in the repo root work for you? It should download dotnet to the .cli folder and run standalone using that.

The logs from the linux CI machine on Travis are here: https://travis-ci.com/github/emgarten/Sleet

emmenlau commented 3 years ago

Thanks again for the quick reply! I see that dotnet 5 for Linux is also available, I was just not aware of that. Closing the issue as resolved!