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!

  • Special characters in nuget name

    proget
    2
    0 Votes
    2 Posts
    7 Views
    ?
    I'm afraid you are simply producing invalid packages. Per the NuGet specification, a package id "may not contain spaces or characters that are not valid for a URL" ProGet could validate better on upload, but ultimately you need to stop producing invalid packages if you want to use them in TFS, VS, etc. Even if ProGet supported invalid packages, it's highly likely that those tools won't, and will stop working all of a sudden.
  • 0 Votes
    3 Posts
    24 Views
    ?
    Thanks very much, Scott. You helped me by mentioning that the feeds themselves also need to support SemVer 2.0. I wasn't aware of that fact. So I just migrated our feeds an now everything works fine.
  • Support for snupkg planned?

    nuget symbols source proget
    5
    0 Votes
    5 Posts
    134 Views
    ?
    Yes, we're currently using dotnet nuget push to push packages. We're using the "legacy" *.symbols.nupkg format, though, to be safe.
  • 0 Votes
    4 Posts
    25 Views
    apxltdA
    This is also being discussed here; long story short, this is a bug in Microsoft's PowerShell Gallery (and in the packages) in that they have two conflicting version numbers, and sometimes one is used, sometimes the other is used. The docs have been updated for now: https://github.com/Inedo/inedo-docs/commit/10c42c3ad546ac2feb4748b7736db06567c7a6d6
  • I can't even build!

    buildmaster
    3
    0 Votes
    3 Posts
    7 Views
    ?
    Okay, I've resolved it. The problem was that I'd put in the project name without a path - so BuildMaster was assuming a default path. The message was really unclear. It would be beneficial to allow the user to populate that field with a 'browse' function to find the solution/project or, at the very least, have some validation on the input to ensure you've entered something which looks like a full file path.
  • Can't add linux server to the server pool in buildmaster

    buildmaster
    2
    0 Votes
    2 Posts
    11 Views
    ?
    That error is coming from the SSH library that BuildMaster uses to connect, and offhand I don't know the causes (aside from obvious). One possibility is that username/password isn't enough, and you need to send a certificate. Putty may already be configured to do this. But can you enable SSH logging on your Linux box? This way, you can see the problems of incoming connections and we can further help from there.
  • Access Package Source information from extension

    sdk feeds proget
    2
    0 Votes
    2 Posts
    13 Views
    ?
    Hi Ryan, Sorry for the delay in getting back to you - we're planning to add this to ProGet 5.2, which currently has a release date of April 11. It should be included in Inedo SDK 1.1.2 (see tentantive spec here). Does that look like it will cover your situation?
  • ProGet Manual install

    buildmaster proget-installation
    2
    0 Votes
    2 Posts
    12 Views
    ?
    I would try reinstalling it. I didn't have to create the site in IIS.
  • License for test environment

    licensing proget
    2
    0 Votes
    2 Posts
    8 Views
    jraschJ
    I'm not sure why that response says that (I believe it was written when ProGet was still in Beta), but it is in fact inaccurate. The rules for closed testing or DR instances is that a separate license is required as per the licensing agreement: https://inedo.com/proget/license-agreement In order to clarify this with some examples, I've added the following documentation that will release when 5.2 goes live: https://github.com/Inedo/inedo-docs/blob/proget-5.2/ProGet/administration/license.md#examples
  • 0 Votes
    4 Posts
    75 Views
    ?
    The docker image is no longer in Beta, FYI.
  • Otter Plans and Assets pages take a minute to load

    otter
    7
    0 Votes
    7 Posts
    13 Views
    ?
    update: we will be addressing this in Otter 2.2, and rafts will now only sync as needed. This will significantly reduce the time required.
  • Can't get maven repository to work with snapshots

    proget artifacts java
    2
    0 Votes
    2 Posts
    59 Views
    ?
    Sorry on the delayed response; PG-1472 should fix the version selector failing for packages with partially missing snapshot metadata, like maven-archetype-plugin, which was used to test.
  • File Copy from UNC Share to server

    otter
    13
    0 Votes
    13 Posts
    21 Views
    ?
    Those are handled at different abstraction layers; the agent code doesn't have any knowledge of the context its being run in (i.e. OtterScript, the Service, etc). That's the intent of that "with credentials" setup, to allow this information to pass down.
  • Proget Hosting options

    cloud proget nuget
    2
    0 Votes
    2 Posts
    25 Views
    ?
    You can host ProGet in the cloud (AWS or Azure), but Inedo does not offer hosting of ProGet at this time. It is on our future roadmap, but there is very little interest it based on previous research.
  • Unable to push nuget symbols package

    nuget proget
    2
    0 Votes
    2 Posts
    10 Views
    ?
    Unfortunately we can't figure out any reason that Age would be returning an empty string. We're thinking there must be something else... can you share the entire NUSPEC file so we can reproduce it better.
  • 0 Votes
    2 Posts
    19 Views
    ?
    We can't reproduce this; a more likely scenario is that the nuspec in question has an invalid item and is causing an otherwise unknown and unexpected error We would need to full nuspec and the reproduction instructions to better investigate.
  • Deny API Key if User is Disabled in Active Directory

    proget ldap
    2
    0 Votes
    2 Posts
    12 Views
    jraschJ
    Thanks for the suggestion, I've filed this to be done here: https://github.com/Inedo/inedox-inedocore/issues/112
  • Proper way to use $PSEval with boolean operations?

    buildmaster powershell
    2
    0 Votes
    2 Posts
    11 Views
    jraschJ
    The problem is that OtterScript attempts to parse those variables first. Just use quotes: set $foo = true; set $bar = true; set $foobar = $PSEval("$foo -and $bar"); Log-Information `$foobar = $foobar; # prints: $foobar = True
  • Another API Question

    otter
    7
    0 Votes
    7 Posts
    18 Views
    Jonathan.EngstromJ
    Adding for ideas: Will need cmdlets to create, edit, delete, start and stop configuration and orchestration work. Allow to accept pipeline input. That way I can schedule at that time, to run an orchestration job, pick the servers based on the results of the orchestration, and run a job at that time for those servers, environments, or roles that fit the criteria.
  • Collect phase failed with SQL Error Exception

    otter
    8
    0 Votes
    8 Posts
    9 Views
    ?
    I will wait :) Thank you for your fast reaction Cdt Philippe
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation