Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • Zip downloads are empty

    Support packages proget
    3
    0 Votes
    3 Posts
    8 Views
    ?
    I have experienced what I suspect is the same problem. The package file works if downloaded manually via the website or if downloaded WITHOUT contentonly. If downloaded with contentonly=zip the package is empty. Installing the package via UPack results in an empty package as well. For me, this problem occurs when creating the Universal Package zip file using PowerShell's Create-Archive command. If I use 7-zip or UPack the problem does not occur. This is a bizarre problem and should be addressed as many sysadmins probably reach for PowerShell first. This kind of problem is near rage inducing :)
  • Symbol package don't have content files

    Support packages proget symbols
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • 0 Votes
    3 Posts
    5 Views
    ?
    For completeness: An alternate approach is to create a private source server and update to both the source server and to the Universal Feed from out in-house deployment tool. But we were hope that we could have pig-backed on what you already had. Oh well. Thanks.
  • Npm packages give 404 not found

    Support proget npm packages
    2
    0 Votes
    2 Posts
    19 Views
    ?
    Found the problem: It was an incorrect credentials at the connector.
  • 0 Votes
    2 Posts
    5 Views
    ?
    This is handled by Release Package Variables within a Release Templates. They work basically the same, except now you can create multiple sets of required variables, depending on the template chosen at release time.
  • Limit Packages to Local Repo or Feed

    Support source proget packages feeds
    5
    0 Votes
    5 Posts
    29 Views
    ?
    Chocolately packages are, essentially, nothing more than a powershell script that downloads and runs an installer from some url on the internet. It would be virtually impossible to inspect arbitrary powershell scripts and determine what they would download when run, and then download/proxy those installers. So, if you want full control over all aspects of the chocolatey packages (including the installers that are downloaded), you will just have to create your own based on the contents of the open-source packages.
  • How do I enable package storage on Amazon S3?

    Support proget amazon packages
    4
    0 Votes
    4 Posts
    19 Views
    ?
    In ProGet v4.2, there is an option right under Disk Path that says Package Store. [image: vYDcll0.png]
  • Delete packages in server

    Support packages proget
    3
    0 Votes
    3 Posts
    128 Views
    ?
    We just updated our server from 4.0.8 to 4.2.0 and now we encounter this problem too. After confirming that the package/version should be deleted, you are redirected back to the feed but the package/version is still there. In the log there are no errors whatsoever and the recent error log shows "There are no recent errors."
  • NPM feed and dependencies

    Support packages npm proget
    3
    0 Votes
    3 Posts
    24 Views
    ?
    angular-cli gave me problems. It tries to retrieve dependent packages from https://registry.npmjs.org. ( https urls don't works on our dev pc's) At the moment I also configured the server with the feed as my proxy server, so at least that traffic passes over this server for all package handling. (I also have github and such) Tnx for any info you can provide Stijn
  • Universal package dependencies not showing

    Support packages proget
    3
    0 Votes
    3 Posts
    10 Views
    ?
    Awesome! I downloaded and verified this is fixed in 4.1 beta.
  • 0 Votes
    3 Posts
    9 Views
    ?
    Here is a solution for you guys : We implemented two open source tools that allow using bower package-based artifacts based on Alana's previous comment. They are still in active early development, but we are currently using them in our day to day work. ##Bower client https://github.com/WoltersKluwerCanada/proget-universal-bower-client This tool is packaging bower repositories into a .upack file It can also deploy to a proget repository ##Bower resolver https://github.com/WoltersKluwerCanada/proget-universal-bower-resolver This tool is an extension to bower which resolves/unpackages upack-proget feeds as bower feeds.
  • API Method to delete NuGet package?

    Support packages api proget nuget
    6
    0 Votes
    6 Posts
    151 Views
    ?
    See: http://inedo.com/support/questions/4487
  • Npm default package

    Support packages npm proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    It's hard to say... 3.6 was almost a year ago, and I know the npm api/format specification has likely changed since then. So, it could be a related to that...
  • Issue List 4.0.6

    Support proget feeds packages
    4
    0 Votes
    4 Posts
    9 Views
    ?
    RE: Retention Policies - those checkboxes are filters against the set of all packages, so if none are checked, then all packages would be deleted. Each checked box adds an additional restriction to or limits what would be deleted.
  • Ability to Pull In "Cached" Packages

    Support packages proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Caching is desigend to be transparent, so this is not currently an option. Of course there are a handful of ways to accomplish the behavior using a script, custom package store, package adapter via SDK, etc., would appreciate you sharing the method you use :)
  • 0 Votes
    2 Posts
    49 Views
    ?
    I was only able to reproduce the difference in packages returned when the casing of the id was different than the actual ID of the package, i.e. for jQuery: http://proget/nuget/Default/Packages?$filter=Id eq 'jquery' and http://proget/nuget/Default/FindPackagesById()?id='jquery' The Packages endpoint does not return remote packages because searching in this manner is case-sensitive, while it is not for FindPackagesById. The solution seems to be always use FindPackagesById, or use /Packages?$filter=tolower(Id) eq 'jquery'.
  • Migrate ProGet Packages to network share

    Support packages proget
    3
    0 Votes
    3 Posts
    25 Views
    MaxCasconeM
    Hi, This is an old thread but i have the same question. We're on 5.3.17 and have used up all of the space on C:\. We have 1TB on D:\, so I just want to move the PackagesRootPath to there. Does the above pattern still apply? thanks max
  • API and NuGet packages

    Support proget api packages
    6
    0 Votes
    6 Posts
    41 Views
    ?
    Actually, one more comment re: this. It appears that the package ID is synonymous with its name. I thought there was a separate ID value. When I grabbed all packages and versions and tried to serialize in PowerShell, it failed due to the size of the content, so it was good to discover that I can query for the specific package name/ID.
  • Generic .nuspec file

    Support nuget packages proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    You may be best asking this on NuGet forums, as this relates to behavior in the nuget.exe client. We do not use "nuget.exe pack" ourselves (instead, we opt to use the proget client tools) as it's more reliable and has defined behaviors.
  • 0 Votes
    6 Posts
    24 Views
    ?
    The story continuous :) Because I set TeamCity to create source packages as well (it's a checkbox called: Include sources and symbols) it was overwriting the packages in ProGet (I have all the PDB and sources in my nuspec files as well). This was causing the issue with the config file being gone, because TeamCity strips those files out for the symbols packages. So... I was doing things twice... Must be user error ;)