Package overwrite when using GCS #714
Unanswered
migueladanrm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Google Cloud Storage as storage for NuGet packages, and I enabled
AllowPackageOverwrites
setting to allow override packages, but when I push over an existing package it shows me an InternalServerError response.The container log show the following exception:
This is obviously because package already exists on GCS, but I want to know if there's any option to allow override files on GCS through BaGet configuration.
FYI, I'm using PostgreSQL as database, running on a Docker container.
Beta Was this translation helpful? Give feedback.
All reactions