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!

  • 0 Votes
    3 Posts
    6 Views
    ?
    First of all, Thanks for your answer. I know it, but the problem is that I have more than one deployable in an application, sometimes the new builds has no need to re-build all of them, but in the last step of my deploy plan, I need to update a sql table with the versions of all the deployables included into the build deployed. For that reason I need to access an specific deployable, and then, of course, I will use the $referencedBuildNumber function. "$ReferencedBuildNumber : Returns the build number referenced by the imported deployable in the current scope." Thanks
  • Deleting Retention Rules

    proget
    4
    0 Votes
    4 Posts
    1 Views
    ?
    I think this was a regression 3.8.6; if you upgrade to the latest, you should be able to remove them.
  • 0 Votes
    2 Posts
    0 Views
    ?
    The tutorial still needs to be updated (we will do this for v5), but take a look at the SDK Documentation for how the variable base classes work now; basically you declare them as properties and then use attributes to indicate that they are parameters.
  • Npm adduser

    proget npm
    2
    0 Votes
    2 Posts
    28 Views
    ?
    You might be getting that message if you have Windows Integrated AUthentication enabled; this is unfortunately not supported in the npm client. Otherwise if you follow the steps in the npm tutorial it should work just fine.
  • API support for copying / mirroring packages

    api proget
    5
    0 Votes
    5 Posts
    7 Views
    ?
    Thanks, Tod, but I want to keep all the actions on the client side. I found that I can just do a GET and a PUT, and once I constructed the multi-part form data correctly and added a boundary to the content, it worked.
  • Anonymous User Required For API Key Push?

    proget
    5
    0 Votes
    5 Posts
    14 Views
    ?
    Actually, reading your last sentence again, it sounds like I shouldn't use API keys in cases where I want to keep a feed secure. This is probably the best answer correct? Yes, pretty much. I suppose you could think of it as two different sets of doors that could secure a feed --- the first door (LDAP) is quite secure and can be user/group controlled, whereas the second door (API Key) is quite weak and works a bit like a skeleton key that everyone shares. There's zero point in requiring users to unlock two different doors, which is why we say using an API key doesn't make sense when you've enabled LDAP. If you want to use only an API key, then you must bypass the first door by allowing anonymous. This is less secure and generally not recommended.
  • Package upload notification.

    proget notifiers
    2
    0 Votes
    2 Posts
    9 Views
    ?
    This would require creating an after-push adapter using the sdk. Several folks have done this in their own instances, but we currently don't hav ea tutorial for how exactly to write one;, but the classes should be fairly self-explanatory to assist with this.
  • Deploying database objects

    buildmaster databases
    3
    0 Votes
    3 Posts
    6 Views
    ?
    Thanks, I was able to download the Oracle extension and modify it to look for a custom statement delimiter for testing purposes. A few tests seem to check out fine so I'm able to deploy package updates this way. This means I have to customize my deploy scripts but this may be an acceptable tradeoff for now. I've made my statement separator tokens comment sequences (i.e. "--$$") so that the script can still run in sql*plus.
  • 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
    238 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.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation