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
2
votes
1 answer

ProGet not importing npm packages from Drop Path

I am in the process of migrating to the latest version of ProGet. I'm currently using version 3.8.6, so am quite far behind the stable release. I decided to start fresh, moving to a brand new Windows Server 2016 box in AWS, and using RDS for the SQL…
Lewis Lebentz
  • 817
  • 4
  • 13
  • 24
2
votes
1 answer

Delete all but last 10 NuGet packages \ NuGet package retention feature request

We would like to start using ProGet for dependencies in CI builds & their dependencies, however this can cause a lot of NuGet packages to sit in the feed and the only option is to delete one at a time or the entire feed. Is there an alternate way to…
Gary Howlett
  • 1,297
  • 1
  • 14
  • 17
2
votes
0 answers

Why does ProGet handle leading 0's in build numbers differently from nuget.org?

When I use nuget.exe to install Moq 4.2.1502.911 using nuget.org (https://www.nuget.org/api/v2/) as the source, the folder name is Moq.4.2.1502.0911. When I upload the same package to a ProGet server and try to use nuget.exe to install that package,…
neverendingqs
  • 4,006
  • 3
  • 29
  • 57
2
votes
0 answers

Why anonymous user needs right "Feeds_ViewFeed" to publish a package by an authenticated user?

I'm not able to publish a package for an authenticated user by using the username:password as an API key, as long the anonymous user does not have at least the "Feeds_ViewFeed" right. But I don't want to have my packages visible for anonymous users.…
devployment
  • 2,121
  • 1
  • 22
  • 33
2
votes
1 answer

ProGet unauthenticted feeds; no user/password required

Is it possible to create an unauthenticated nuget feed in ProGet where user credentials do not have to be supplied to access the feed?
user514005
2
votes
1 answer

What is the correct place for Nuget Change Log specification?

I am publishinga Nuget package in incrementally iterative and highly-frequent mode. What is the best place to put the change-log? Is it the [Description]. Or is there a specific place to put the change-log in a reverse chronological order? I would…
GilliVilla
  • 4,998
  • 11
  • 55
  • 96
2
votes
2 answers

Proget symbol server: Downloads pdb but says no debugging symbols found

So I'm on the latest version - Proget 3.0.3 build 1 Whatever I do, I cannot get Proget to act as a symbol server. not sure if this is VS2012/Proget or both. To review: Package and symbols have been uploaded to Proget manually. Verified that Proget…
Raghu
  • 1,140
  • 1
  • 14
  • 22
2
votes
1 answer

Packages not appearing in proget feed

I am using proget to upload packages, I am manually uploading from disk, but when I go to check if the package exists in the feed it isn't there. When I logon to the server which is hosting proget and go to the PackagesRootPath I can see the package…
Paul
  • 1,457
  • 1
  • 19
  • 36
2
votes
1 answer

Packages in Proget not publishing to feed

My company uses Team City to build and push packages to an internal Proget server. The problem that I am having is that many of the packages are not showing up in my Proget feed. Everything executes fine in Team City and the logs show that that the…
Duplicity
  • 31
  • 2
1
vote
1 answer

Using Gitlab as Proget's feed with a unique place to store packages

Is it possible to use gitlab's package repository to feed our npm packages as well as public packages online. On proget it is possible to register common npm packages and my private npm packages under the same URL using a proxy. Is it possible to do…
Solidseb
  • 11
  • 2
1
vote
1 answer

How can i promote a pre-release build to production, and have the new version embedded, without a rebuild?

I'm having the same issue as nuget feeds and promotions, eight years later! In this case I'm talking more generically; we're using ProGet as our package manager, and have nugets, universal packages, and even some docker containers to consider in the…
Max Cascone
  • 648
  • 9
  • 25
1
vote
1 answer

Is there a way to check if a nuget package is already on a ProGet Repo?

So, I've been working on an azure pipeline that is supposed to download a NuGet package and then upload it to a ProGet feet. But it should only upload the package if it doesn't yet exist on the feed to avoid redundancy. (If the package already…
Lumberjack
  • 419
  • 6
  • 12
1
vote
1 answer

How do I connect a ProGet Feed as an remote feed in Artifactory rev 7.7.8

The documentation is a bit unclear on both JFrogs webpage as well as in Inedos webdocs. https://www.jfrog.com/confluence/display/JFROG/NuGet+Repositories https://docs.inedo.com/docs/proget/feeds/nuget Because of the way Artifactory setups their…
1
vote
1 answer

ProGet Asset Registry does not recognize API Key

I am trying to create sub directories in a ProGet Asset Directory before uploading files. The documentation says Asset Directories are treated as feeds, which I can confirm through error messages (change the top level directory name to something…
BlackSpy
  • 5,563
  • 5
  • 29
  • 38
1
vote
1 answer

ProGet - Importing and Exporting Asset Directories

I have a requirement to make an Asset Directory (or multiple directories) in ProGet portable, i.e. Export to a USB drive and stand up on another (disconnected) network. This is to enable DSC driven installations of MSIs on a temporary, disconnected…
BlackSpy
  • 5,563
  • 5
  • 29
  • 38