teamcity-nuget-support
teamcity-nuget-support copied to clipboard
TeamCity NuGet support
NuGet .Net Server finds packages located one level below the designated location, while NuGet standalone Java Server only looks for packages at the level we specify. That is... java -jar...
We are testing out the standalone server and have it behind a basic auth nginx proxy configured as follows: ``` proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header...
Also, the parameter has been changed from `verbose` to `verbosity` > Verbosity Display this amount of details in the output: normal, quiet, detailed. Usage is like: `-verbosity quiet` Will fix...