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!

  • MSBuild failing

    buildmaster msbuild
    7
    0 Votes
    7 Posts
    26 Views
    ?
    Yes, that would do it; the $WorkingDirectory() function will always ends return a slash. So, you'll want to definitely trim it; you can do this with a $PSEval, but we will have built-ins soon - https://github.com/Inedo/inedox-inedocore/issues/9
  • 0 Votes
    2 Posts
    11 Views
    ?
    In v5.4, we will have a "Custom Setter" for template variables which would allow for this scenario. Our primary use case is to allow for a searchable list of packages from ProGet, or builds from teamCity/Jenkins/etc to be populated.
  • Sequencing targets within a pipeline stage

    build buildmaster
    7
    0 Votes
    7 Posts
    8 Views
    ?
    David, great to hear! Aris, would you mind opening a new thread, or submitting a ticket (maybe easier to back and forth on email); I think I understand what you're suggesting. We'll definitely have to re-engineer something to support this sort of usecase, so any more details on how it should behave (from the UI, pipeline JSON, etc) would be helpful!
  • Full execution log from BuildMaster

    api buildmaster
    2
    0 Votes
    2 Posts
    9 Views
    ?
    This isn't currently supported, but we can add an endpoint for that. Sounds like it would fit in the Package Deployment API (see roadmap). Of course, we can always ship these in earlier maintence releases, they just won't be documented and may change before final releases.
  • 0 Votes
    4 Posts
    0 Views
    ?
    Thanks; I can see the issue, it appears if the environment is the same, then this may occur, depending on which one fails first. We will investigate.
  • Call Powershell script as administrator

    powershell buildmaster
    2
    0 Votes
    2 Posts
    20 Views
    ?
    Please ignore this question. It works now.
  • 0 Votes
    3 Posts
    31 Views
    ?
    Great! Thank you for the quick response, and also for an excellent lead time. Impressive!
  • Unable to upgrade ProGet from 4.2.1 to 4.3.0

    proget
    3
    0 Votes
    3 Posts
    1 Views
    ?
    Hi Dean, thanks for your reply. Redownloading the installer has resolved the issue. Best Regards Alex
  • Issues with getting debug symbols

    symbols feeds proget
    5
    0 Votes
    5 Posts
    17 Views
    N
    Here is an example path to a .pdb file, the same folder contains .dll: C:\Users\nsitnikov.dnx\packages\JA.AppCentral.Logging\0.1.7-Build1\lib\dnx451\JA.AppCentral.Logging.pdb Package folder also contains the source in C:\Users\nsitnikov.dnx\packages\JA.AppCentral.Logging\0.1.7-Build1\src folder
  • How to trigger builds via SQL in 5.3?

    sql builds buildmaster
    3
    0 Votes
    3 Posts
    16 Views
    D
    Thanks for the quick response. Yes, sooner would be great. I will start using the new feature as soon as you can release it, with or without documentation.
  • Oracle connection string using tnsnames.org

    oracle buildmaster connectors
    3
    0 Votes
    3 Posts
    27 Views
    ?
    If I use this string it returns me: System.ArgumentException: 'server' is not a connection attribute valid. What should I use instead?
  • Difference between Legacy (Self-hosted) and Inedo agent

    agents buildmaster
    2
    0 Votes
    2 Posts
    22 Views
    ?
    Check out KB#1039 - The Inedo Agent and Legacy BuildMaster Agents for more information on this.
  • Global Templates

    buildmaster templates
    2
    0 Votes
    2 Posts
    8 Views
    ?
    That's generally the idea of the arguments: those are the required variables. template MyTemplate<$var1,$var2,$var3> { ... } It's generally a good practice to use these instead of external or configuration variables. But you can always use the $IsVariableDefined function as well. if !$IsVariableDefined(my_var_name) { error; }
  • No MSBuild Script action in new Plans

    buildmaster msbuild
    4
    0 Votes
    4 Posts
    4 Views
    ?
    ignore my previous post. I had modified a second action and had left the first one with spaces, the semi-colons worked fine. Thanks
  • Setting variables inside async blocks

    buildmaster variables
    7
    0 Votes
    7 Posts
    16 Views
    ?
    Just a heads up, that we've updated the docs with our proposed specifications, always open to feedback! Formal Grammar Formal Specification Strings and Literals We don't have an ETA; the changes aren't really that difficult, but once we implement them we're stuck with them.
  • Indexing nuget packages copied manally into the feed folder

    nuget proget
    4
    0 Votes
    4 Posts
    10 Views
    ?
    A FileSystemWatcher is used, so any changes to the directory will trigger an import.
  • 0 Votes
    3 Posts
    0 Views
    ?
    Yes I do see it there. I think the message on the key generation page implies that the key should be visible immediately after generating the key and is perhaps misleading. Thanks for the info.
  • Configuration File - XSLT

    configuration-files buildmaster templates
    2
    0 Votes
    2 Posts
    10 Views
    ?
    You are not going wrong :) Support for XSL as the template and data as the instance will be added in v5.3.4 as a separate template type so it doesn't break existing deployments. We'll release this within the next day or so.
  • NoSql Installer crashes

    proget-installation proget
    3
    0 Votes
    3 Posts
    3 Views
    ?
    That was it. The user had access, but not permission to change schema. I really think this should be catch and a nicer message displayed instead of the installer just crashing though.
  • NPM Feed Issue

    feeds npm proget
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Hi Junaid, This is a known issue with npm; basically it's sending a JSON document with two "dist" properties. For example... { "dist": "value1", ..., "dist": "value2" } The JSON Library we're using isn't too keen on that, and we already have a fixe (PG-603) planned/scheduled for the next release.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation