Moin!
I am currently in the process of trying to automate a ProGet 2025.16 installation on Windows.
However, I cannot figure out where I need to set the "Storage.PackagesRootPath" value in order for ProGet to load it into configuration
I have tried using
-
the "C:\ProgramData\Inedo\SharedConfig\ProGet.config" file for
- service configuration (changing the file and restarting the service
- installation configuration (changing the file and re-installing)
-
the "C:\Program Files\ProGet\Service\web.config" file for
- service configuration (changing the file and restarting the service)
-
the "C:\Program Files\ProGet\Service\ProGet.Service.exe.config" file for
- service configuration (changing the file and restarting the service)
Also, I have tried using the keys "ProGetConfig.Storage.PackagesRootPath" / "Storage.PackagesRootPath" and "PackagesRootPath"
Where do I need to specify the path in order for ProGet to recognize it and to use it in its own behaviour? I would really like to avoid having to write into the database manually.
Did I miss something obvious?