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
1
vote
1 answer

Migrate npm packages between private feeds

I need to migrate npm packages from Proget npm private feed to Azure Artifacts. On ProGet server i have folder with thousands of packages, and nobody knows, which of them private. packages.json file is missing. I tried npm init to create…
Oleg Usmanov
  • 43
  • 2
  • 7
1
vote
1 answer

Getting list of licenseUrls

I'm trying to retrieve a list of used licences from ProGet to build a summary report. I'm looking in the dbo.FeedLicenseUrls table which appears to have exactly what I want, but it's empty. What is required for this table to be populated?
iprotocol
  • 147
  • 1
  • 11
1
vote
2 answers

Debugging in Visual Studio opens the wrong source instead of the file on the symbol server (if the source files have the same name)

I've searched far and wide for a solution to this but can't find one. I have configured TeamCity to publish packages with both the symbols and source in them to ProGet. This process works great and ProGet correctly identifies the symbols. I have…
Ben Thomson
  • 1,083
  • 13
  • 29
1
vote
0 answers

Proxy ProGet nuget repository/feed in Nexus OSS 3?

I have two windows machines, one running Nexus OSS 3 and the other running ProGet. Now I would like to create a nuget proxy repository in Nexus that points to one of the feeds/repositories I have in ProGet. I have followed this guide: nuget proxy…
so12345
  • 565
  • 1
  • 5
  • 12
1
vote
1 answer

proget Failed to process request. 'There was an error processing the request: Invalid API key.'

I recently setup Proget to try its nuget and chocolatey servers. Now when I try to publish packages to nuget feed through a teamcity build, I keep on getting error "proget Failed to process request. 'There was an error processing the request:…
sbp
  • 913
  • 8
  • 19
1
vote
1 answer

Does proget support OData queries for Tags?

I am trying to query a proget server using the Nuget.Core API. This method: using System.IO.Packaging; public IEnumerable GetAllProgramPackages(string feedUrl) { var repository =…
Erling Paulsen
  • 593
  • 2
  • 5
  • 11
1
vote
0 answers

Why don't the nuget/proget lists use the summary values from the nuspec files?

I've noticed that when using the summary field as defined here that the summary nicely shows up in the package management within Visual Studio but they don't show up when looking directly at the package repositories listed below. Why is this? Since…
Beth Lang
  • 1,889
  • 17
  • 38
0
votes
0 answers

Importing NPM packages

We have a ProGet server where we store nuget and npm packages developed in our company. Each npm package is stored in tgz file on the ProGet server. We want to move them to Azure DevOps artifacts (the server is on-prem in case it matters) and stop…
NST111
  • 55
  • 5
0
votes
1 answer

What is the Docker URL on a proget instance

We are using Proget as our Docker Repository of choice and we are running into size issues rapidly. There isn't a good mechanism to prune pre-releases or old images that are no longer needed like there is for other artifacts. I am using…
ewassef
  • 286
  • 2
  • 13
0
votes
1 answer

ProGet upload local artifacts

What I am looking to do is take my local maven repo (stored in .m2/repository/) and upload all the artefacts up to a ProGet server. I cant seem to find any documents or maven plugin even that gives me this functionality? Can anyone help please?
Andrew Kew
  • 3,098
  • 3
  • 22
  • 24
0
votes
1 answer

Is there a setting in proget nuget server to make it consider version 1.0.1.0 = 1.0.1

Is there any setting in proget nuget server which can make it treat version 1.0.1.0 = 1.0.1 So basically when any of the version's package is tried to restore then it will return 1.0.1.0 version's package. Because I have a package with version…
Pawan Nogariya
  • 8,330
  • 12
  • 52
  • 105
0
votes
1 answer

Nuget push with -SkipDuplicate on ProGet feed

When publishing packages with the same version to ProGet free v5.1.22 using the CLI comand nuget push with the parameter -SkipDuplicate I get exit code 1 and the result code is 403 (Package Already Exists). I'm using nuget v5.4.0. I tried publishing…
DMVC
  • 240
  • 1
  • 2
  • 15
0
votes
1 answer

Dockerized nginix cannot resolve DNS name

I'm trying to configure nginx to work as a reverse proxy for the proget application. Everything works fine if I use IP in browser. Unfortunately for some reason it doesn't work at domain name like example.com. I host applications on the digitalocean…
MaD
  • 13
  • 3
0
votes
1 answer

ProGet symbols and source server: download pdb correctly but source not found

I have a problem reguarding the source files and symbols using ProGet and VS2017/VS2019. My scenario is the following Develop test assembly on my pc Push mod files on our git server Get mod files in our TeamCity (2019.1) Build source in Release…
Faber
  • 2,194
  • 2
  • 27
  • 36
0
votes
1 answer

ProGet Maven Repository Feed API Access

I am attempting to publish maven builds to a ProGet feed using an API key from a Jenkins server. However, I continue to get an Unauthorized response from the ProGet server. I have my repository setup in my settings.xml file as such: …
JGG Xm8
  • 71
  • 6