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!

  • API Method to delete NuGet package?

    packages api proget nuget
    6
    0 Votes
    6 Posts
    151 Views
    ?
    See: http://inedo.com/support/questions/4487
  • MSBuild ReferencePaths

    msbuild buildmaster
    2
    0 Votes
    2 Posts
    34 Views
    ?
    If that action is causing issues with that, to get you running again just replace it with a command line action with the same arguments from the BuildMaster log, then add your reference paths that way. As for the actual question, I believe if you specify the same property twice, it concatenates them.
  • How to get connector filter working for prerelease

    proget connector-filters
    3
    0 Votes
    3 Posts
    10 Views
    ?
    Connectors can only be filtered by ID, so you'll have to rely on the client to filter by pre-release versions. You can clear the cache on the Manage Feed page.
  • Retrieving all listed versions of a NuGet package via the API

    api proget
    7
    0 Votes
    7 Posts
    237 Views
    ?
    Well, strictly speaking, it doesn't work as advertised, because I was missing the $format. This gives the desired result. http://progetna11.atlas.cm.com/nuget/branch/Packages()?$format=json&$filter=Id eq 'Web'
  • Cannot find upack Client

    proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Hi, upack is the command line client for ProGet universal feeds. We will soon have it available to download from Chocolatey and Inedo.com, but for now you can find it directly at this URL: http://cdn.inedo.com/downloads/proget/upack1.0.0.zip
  • 0 Votes
    2 Posts
    10 Views
    ?
    I'm afraid we don't have that tutorial yet; but we'd like to soon!
  • Markdown Rendering for NuGet and Choco Description

    proget
    3
    0 Votes
    3 Posts
    8 Views
    ?
    hi, i think this is not an nuget or chocolatey specific thing. proget has to render the *.nuspec infos. like uget gallery https://github.com/NuGet/NuGetGallery/issues/2280 regards sundayout
  • Global Database Definitions

    buildmaster databases
    2
    0 Votes
    2 Posts
    7 Views
    ?
    Not currently, it's just per application level right now. We will definitely consider adding that in a 5.x release!
  • Deleting packages via the API

    proget api
    3
    0 Votes
    3 Posts
    113 Views
    ?
    Thanks. Once I gave the anonymous user delete package privileges, and passed the API key as a header, I was able to accomplish this. However, I find it odd that a successful DELETE call returns nothing.
  • Should I create a specific NuGet feed for private feed?

    proget nuget
    4
    0 Votes
    4 Posts
    6 Views
    ?
    ProGet is the server, so it just hosts your private packages. If you want to push something to a different feed, use the -Source ... argument in the nuget.exe client. Connectors for NuGet are simply a convenience that make it easy to cache nuget.org packages and provide a single endpoint to download them.
  • Maven Connector are not healthy

    proget
    3
    0 Votes
    3 Posts
    7 Views
    ?
    Ya thats goes well! thanks alot. Its working now.
  • Bower git:// protocol

    proget bower
    2
    0 Votes
    2 Posts
    5 Views
    ?
    There currently is no transform for this and it's unlikely we will add one.
  • Bower cache

    bower proget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    This is correct, bower packages are not packages but simply URLs that point to a git repo. The git repo is the "source" of the package so without continually syncing the entire git repo it wouldn't be very useful. We may in the future add this (so no outside repos are requested similar to npm's and maven's indexing), but it's a ways off.
  • 0 Votes
    2 Posts
    6 Views
    ?
    You can install a separate website in IIS that points to the same home directory, which supports forms authentication, then use that separate URL for npm & bower. With a separate IIS site, upgrading won't touch it so it will upgrade as per normal with the installer.
  • Retention Clean failed

    buildmaster
    2
    0 Votes
    2 Posts
    1 Views
    ?
    This is a bug in the Release_PurgeReleaseData stored procedure that was fixed in a later version. You can patch it by editing it and removing these lines: /* 2c) Configuration */ DELETE [ChangeControls] WHERE [Application_Id] = @Application_Id AND [Release_Number] = @Release_Number NOTE: make sure it's the 2c) line and the 2 following you delete... the 2d) one is correct. (The delete from the ChangeControls table is in there twice for some reason, which is the cause of this bug.)
  • 0 Votes
    3 Posts
    19 Views
    ?
    Hi Just wondering if this issue was resolved ? Pod
  • ProGet feed with LDAP integration very slow

    ldap proget iis
    8
    0 Votes
    8 Posts
    15 Views
    ?
    Hi Riko Was this issue resolved for you I am facing similar issues with ldap in my company.
  • Where can a non-admin user change his own password?

    proget user-interface
    2
    0 Votes
    2 Posts
    5 Views
    ?
    You can visit this directly (it'll look a bit strange since it's designed to be a modal page): http://{proget-server}/administration/security/users/change-password Apparently you're correct that the link to that is missing, it's supposed to be in the dropdown beneath the user icon - we'll add it back in the next maintenance version.
  • 0 Votes
    2 Posts
    9 Views
    ?
    This means that packages with the same ID/version are being added to the feed, the only way to prevent this is either grant the privilege as described or don’t push the same unique package more than once.
  • Service is currently not running but it is.

    proget
    2
    0 Votes
    2 Posts
    0 Views
    ?
    Thanks for the report, we will investigate this further. We already know of an issue where there is disparity in the UI if the service is in the process of stopping/starting.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation