teamcity-nuget-support icon indicating copy to clipboard operation
teamcity-nuget-support copied to clipboard

TeamCity NuGet support

Results 13 teamcity-nuget-support issues
Sort by recently updated
recently updated
newest added

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...

feed

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...

bug
feed

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...

bug
steps