azure-storage-gzip-encoding
azure-storage-gzip-encoding copied to clipboard
Convert this project to .net core console application
Thanks for this wonderful tool. Can you please convert this project to .net core console application so that it becomes portable and can be used on Mac and Linux as well. Most people use Jenkins pipeline in Linux and they want to use this tool as a part of their pipeline. Having a Linux binary will allow people to use it in Linux as well.
I have ported this project to .Net Core Console Project https://github.com/msankhala/asge Currently this repo includes everything including linux and osx-build. I haven't tested the final build yet. Just the binary is working on the command invoke.
hello @msankhala ,
is this working on linux? how can we run it?
As I mentioned in my original comment the Linux build is in the https://github.com/msankhala/asge repo. You can copy the https://github.com/msankhala/asge/tree/master/bin/Debug/netcoreapp3.1/linux-x64 folder and run the asge
binary from that folder.