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!

  • How to (manually) delete old artifacts?

    artifacts buildmaster
    2
    0 Votes
    2 Posts
    11 Views
    ?
    In v4.8, you can set up a Retention Policy or go to Admin > Administrative Edits and purge an artifact. In v5, you will be able to do the same, but purge the artifact directly from the Release Package ("build") page. // I've updated the old question you linked as well
  • Unable to save Template Arguments

    otter
    2
    0 Votes
    2 Posts
    2 Views
    ?
    This appears to be a bug in the visual editor regarding templates... but if you switch to text-mode it should work. template my_template<$arg1,@arg2,out $arg3>{ ... blocks and content here ... }
  • Questions relating to Powershell and chocolatey

    nuget otter proget
    4
    0 Votes
    4 Posts
    22 Views
    ?
    Hmm, I wonder if it's related to Powershell Execution Policy? I'm not terribly familiar myself, but I know I've had to fiddle with that a bit to get things working... 15 Ways to Bypass the PowerShell Execution Policy
  • Variable scopes

    otter variables
    4
    0 Votes
    4 Posts
    1 Views
    ?
    The easiest workaround is to declare the variable at the top of your plan. set @WebServerFeatures = @(...) Otherwise we will get this shipped by end of day!
  • Use a Global Template

    buildmaster deployment-plans templates
    2
    0 Votes
    2 Posts
    8 Views
    ?
    That certainly does sound like a bug. We'll make sure to look into that. The syntax for calling a template in text mode is: call MyTemplate ( arg1: value, arg2: value ); So it's basically just like an Operation except for the keyword "call" in front. That is supposed to be documented here, but it looks like we don't have that listed yet. We'll also make sure to get that added to the docs before we're out of beta. Thanks!
  • Cannot access a disposed object.

    proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    Looks like a bug caused by accessing certain pages from clients that don't support gzip compression. We'll have this fixed in 4.0.15, which should be released today.
  • Error Page after version upgrade 4.0.10 to 4.0.11

    iis proget
    9
    0 Votes
    9 Posts
    13 Views
    ?
    Looks like a bug caused by accessing certain pages from clients that don't support gzip compression. We'll have this fixed in 4.0.15, which should be released today. Thanks for the detailed report!
  • Can we have proxies across geo for Proget

    proget proxy
    2
    0 Votes
    2 Posts
    11 Views
    ?
    There are several ways to solve this problem, but a common approach is to multiple servers in each global location, and then either use connectors or replication to ensure the packages are accessible locally.
  • .NET 4.6.1 and ProGet installer crashs

    proget net
    2
    0 Votes
    2 Posts
    16 Views
    ?
    In this case, the error message means that the user runnin the installer does not have permission/access to read the configured ProGet database (this is an upgrade).
  • Global Plans

    deployment-plans buildmaster
    2
    0 Votes
    2 Posts
    10 Views
    ?
    In BuildMaster v5, a global plan is intenteded for use in a pipeline stage/target. Use a global template (Plans > Templates), which can then be called as if it were an operation.
  • How do I move all packages

    proget
    3
    0 Votes
    3 Posts
    3 Views
    ?
    You could create a connector of this feed and add it to the other feed, so that you don't have to do any manual steps. It would act as remote connector and pull packages directly.
  • Authentication not working (always forbidden)

    proget
    6
    0 Votes
    6 Posts
    3 Views
    ?
    It was most certainly permissions related. From the 4.0 Upgrade Notes... If you modified any of the default roles but did not rename then, then they will renamed to the new task names. In addition, the role's individually-securable actions (formerly, "tasks") will be reset to the new, default definitions
  • SqlException

    publishing proget npm
    11
    0 Votes
    11 Posts
    7 Views
    ?
    Thanks! We will have this fixed in ProGet 4.0.14, which will be released within the hour.
  • Change password for developer

    proget user-interface authentication
    3
    0 Votes
    3 Posts
    8 Views
    ?
    Thanks for your response. I'm glad to see that this will be fixed in the next release. For the time being, could you please specify which URL individual users should use, because every URL I've tried so far results in a SecuredTaskDeniedException
  • Nuget.exe can't delete a .nupkg from proget feed

    windows feeds proget nuget
    3
    0 Votes
    3 Posts
    17 Views
    ?
    In my original example that I used, the web user did have permissions. In fact, the user I used was the admin user. I did both create a special user with delete attributes and test the admin user. Both results were the same. Success was reported, but the package never really was deleted. I'm not using a feed APIKey, I'm only using users that have appropriate rights to do certain things, like delete.
  • V5 has 'Invalid variable name' error for an application build

    tfs buildmaster
    7
    0 Votes
    7 Posts
    18 Views
    P
    Those 2 steps are working now. I can work on adding back the other steps in the plan/pipeline. Thanks for your help.
  • Caching using a Feed API Endpoint

    proget npm
    2
    0 Votes
    2 Posts
    7 Views
    ?
    When you download a package, then package is cached by default; if you download aggin, it will use your local cache instead of re-downloading from npm. The caching is transparent, so they will not show up as local packages.
  • Unable to add permissions

    permissions proget
    4
    0 Votes
    4 Posts
    8 Views
    ?
    Thanks Alana. Could you guide me to-what table should I be making what changes?
  • Symbols not strip from native packages

    proget symbols
    2
    0 Votes
    2 Posts
    6 Views
    ?
    This is by design; symbols work quite weirdly for native packages, and don't follow consistent conventions like .NET packages. So, we can't arbitrarily strip all .pdb files (we only remove them from the /lib path). In this case, we suggest to make a separate symbols feed.
  • NuGet packages older .NET versions not visible

    proget
    4
    0 Votes
    4 Posts
    3 Views
    ?
    We will explore this further; NuGet 3.4 added new abbrebrivations that we will be supporting in the next maintenance release.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation