This small library is a file upload util used by logistic provider implementations to upload backup files to the Prime Penguin cloud.
You need to authenticate to the Prime Penguin DevOps "primepenguin-libs" artifact feed in order to build.
- If you don't already have it installed, get the
artifacts-credprovider
: https://github.com/microsoft/artifacts-credprovider - Run
dotnet restore --interactive
Then build normally.
Here's how to publish a new version:
dotnet build --configuration Release
- Update the
Version
in the "PrimePenguin.Libs.LogisticsProviderFileBackup.csproj" file dotnet pack
dotnet nuget push --source "primepenguin-libs" --api-key az PrimePenguin.Libs.LogisticsProviderFileBackup/bin/Release/PrimePenguin.Libs.LogisticsProviderFileBackup.{Version}.nupkg
NB: Don't forget to commit/push the version update!