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
    2 Posts
    16 Views
    jraschJ
    This appears to be a bug with the ProxyRequest property, i.e. if it's true (the default), the response variable is not set. The tracking issue for this is here: https://github.com/Inedo/inedox-inedocore/issues/91
  • ProGet not preventing caching of NuGet API requests

    Support http proget
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Thanks for the suggestion. We've filed this as PG-1412 for inclusion in a future maintenance release.
  • Deploying VSIX

    Support feeds releases proget net http
    8
    0 Votes
    8 Posts
    47 Views
    ?
    Ben, That works. Thank you! TLDR; don't use "MultipartFormDataContent" when making this request.
  • 0 Votes
    2 Posts
    6 Views
    ?
    This has been on the list for a little while, but I finally made a github issue for it. We'll get it soon! https://github.com/Inedo/inedox-inedocore/issues/22
  • Running proget service on HTTPS

    Support iis ssl http proget
    2
    0 Votes
    2 Posts
    115 Views
    ?
    That particular error message is a result of the connection string missing from the configuration file. Please ensure there is a key present in both web.config and in ProGet.Service.exe.config. Most likely, someone had inadvertantly deleted it from the configuration file when attempting to configure the server in IIS. <add key="InedoLib.DbConnectionString" value="Data Source=...;Initial Catalog=ProGet;Integrated Security=SSPI" />
  • Jenkins and HTTP POST authentication difficulties

    Support buildmaster http
    10
    0 Votes
    10 Posts
    1k Views
    ?
    Finally got it working, turns out a single quote at the start and end of TextData is enough for the configs to be fully included without error, while still accepting BuildMaster parameters, Here's the code in case there is a desire to implement Job creation in the Jenkins extension, (anonymized a little): Post-Http http://Jenkins:8080/job/TestNewAPIJob/config.xml ( ContentType: application/xml, TextData: '<?xml version="1.0" encoding="UTF-8"?><project> </project>', LogRequestData: true, LogResponseBody: true, RequestHeaders: %(Authorization: Basic xyz123) ); Thanks for the help getting this going, this was my first time using 5.3 from 4.7, little learning curve with the new Plan editor that is really cool! -Dan
  • HTML in HTTP POST action form parameter?

    Support http buildmaster
    4
    0 Votes
    4 Posts
    18 Views
    ?
    This action has been updated in 4.6.4, which is now available. We've added a more friendly editor for form data and some better documentation in the action. The UI will probably still be refined in a future release, but it should be more intuitive now.
  • 0 Votes
    5 Posts
    14 Views
    ?
    I just installed v 3.4.6 Build 6 and it is now working. I used SQL Express installer this time instead of connecting to a stand alone sql server. Not sure if that made any difference.
  • Different context path

    Support proget http
    2
    0 Votes
    2 Posts
    5 Views
    ?
    ProGet does not support being installed in a virtual directory; it must be at the site root.