Questions tagged [proget]

ProGet is a NuGet package repository (server software) that lets you host and manage your own personal or enterprise-wide NuGet feeds. It is a product of the company 'inedo'.

60 questions
8
votes
4 answers

NuGet Server With Caching

I have a build server that pulls nuget packages on every build, and currently have a NugetGallery deployed internally for custom packages. Right now that eats bandwidth like no tomorrow (not a huge deal, but I want to be kind and make things faster…
StrangeWill
  • 2,106
  • 1
  • 23
  • 36
6
votes
1 answer

Publishing NuGet Packages - TeamCity

I have just setup TeamCity to automate our builds, our current solution has both a dev and main branch. What I am trying to achieve is to have the development branch build and publish to a development NuGet feed on our ProGet installation, and then…
user351711
  • 3,171
  • 5
  • 39
  • 74
6
votes
1 answer

Why is Visual Studio skipping over my method when debugging?

I'm attempting to debug into a method in a library (which was installed via NuGet, if that matters), and Visual Studio is skipping over it with the message: Step into: Stepping over method without symbols …
Mark
  • 11,257
  • 11
  • 61
  • 97
5
votes
0 answers

Docker pull gives expected HTTP 206 from byte range request

I am having trouble pulling docker images from our on-site proget server. This had been working, but I've been away from it for about 2 months. I run: docker pull proget/docker/myimage A few layers complete (pull complete), but the biggest gives…
Don Chambers
  • 3,798
  • 9
  • 33
  • 74
5
votes
1 answer

How to define the successor package ID after a rename of the NuGet Package ID

I know, you should not change the Package ID of a NuGet Package. But I did, because of a big refactoring. Now I want to know if there is a proper way to define a successor NuGet package. Old ID in Nuspec: OldLibrary1 New ID in Nuspec/csproj file:…
rittergig
  • 715
  • 1
  • 5
  • 16
4
votes
1 answer

How do I setup a Chocolatey feed in ProGet as a source for Chocolatey?

I created a Chocolatey feed, named "Chocolatey", in ProGet. Now how do I use it from Chocolatey? I tried running this command to add the source: PS> choco source add --name=ProGet --source="http://my-proget-server/feeds/Chocolatey" Chocolatey…
Kenny Evitt
  • 9,291
  • 5
  • 65
  • 93
4
votes
1 answer

Nuget Package Versioning & promoting from CI to Production Nuget feeds

Technologies: Proget – Nuget Package management server TFS – On premise 2017 Update 1 Issue: When re-releasing a build from TFS release, to re-package a CI Nuget package that has already gone to my Proget development feed, there does not appear to…
GetFuzzy
  • 2,116
  • 3
  • 26
  • 42
3
votes
0 answers

Nuget restore is ignoring .xml files but downloading only .dll and .pdb files

The nuget package Project Xyz contains all xml files along with dll and pdb files. We are using this package Xyz in a different project Abc of a different solution. We have a team city build setup for publishing the package Xyz to Proget feed(we use…
Vicky
  • 624
  • 2
  • 12
  • 35
3
votes
1 answer

How to manage stable binaries and avoid risk of CI rebuilds when install packaging?

I am looking for a tool to manage the collection of binary files (input components) that make up a software release. This is a software product and we have released multiple versions each year for the last 20 years. The details and types of files…
Dwight
  • 173
  • 2
  • 9
3
votes
2 answers

I'm getting 400 (Bad request) in nuget paket server when I do paket push

i have run this command .\.paket\paket.exe push url "[ip]" file "bin" apikey "jenkins:jenkins" endpoint "/nuget/dev" Im getting some thing Pushing package bin to http://[ip]/nuget/dev - trial 1 Could not push bin: The remote server returned an…
3
votes
0 answers

ECONNRESET Errors when using npm-shrinkwrap via ProGet

We are seeing ECONNRESET issues when using a shrinkwrapped package installed through our internal ProGet server. When configuring npm registry to be the regular npm registry and shrinkwrapping a package based on that, everything installs fine. We…
Simon
  • 1,630
  • 1
  • 17
  • 23
3
votes
2 answers

Proget Server Up but Feed Inaccessible in Visual Studio

We have reinstalled ProGet as we rebuilt our server after a security hole was discovered (unrelated to ProGet). The feed is visible in the browser, but inaccessible in Visual Studio. While rebuilding our server, we have ProGet running on a…
Scotty H
  • 6,432
  • 6
  • 41
  • 94
3
votes
2 answers

Publishing to ProGet and I can't see any packages

I'm trying to set up a NuGet server using ProGet and am hitting a brick wall when publishing a package and it doesn't appear in the feed. The package is written to disk and works in other NuGet feeds. Other packages also don't appear in the ProGet…
Andy Davies
  • 666
  • 9
  • 23
2
votes
1 answer

nuget packages failing to download in VS 2019

I am trying to restore packages for my .Net core solution from private proget server maintained by my organization using vpn. But it is not completing for last 7days due to some unknown network issues. I have tried with clearing the nuget cache,…
2
votes
1 answer

NuGet API call to get the latest version number of a package

I have a test harness, in which I would like to verify the version number of a nuget package automatically. I have been searching for a good while trying to find a way to get the latest version number (not the latest package) for a given package. …
Vaccano
  • 78,325
  • 149
  • 468
  • 850
1
2 3 4