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!

  • Multiple ReferencePaths in MSBuild

    buildmaster
    2
    0 Votes
    2 Posts
    2 Views
    ?
    It's hard to say; 4.6 is quite old, so of course I recommend to upgrade so that it fixes any issues that might be there. But even in 4.6, the action just wrapped the commandline. So, t's about finding what and how the commandline is being used with the parameters you're specifying... You should be able to find the code on an old release here -- http://github.com/inedo/bmx-windowssdk
  • Error while trying to view docker image

    error proget
    4
    0 Votes
    4 Posts
    6 Views
    ?
    This is addressed in 4.7.6; was a regression.
  • Invalid version number when pushing a nuget

    nuget proget
    2
    0 Votes
    2 Posts
    17 Views
    ?
    ProGet does not support that versioning scheme. This was only recently added in Nuget v3.5; we may add it at some point, but we need to support older clients and need to keep the older rules for now.
  • Proget filtering packages

    visual-studio windows net proget
    2
    0 Votes
    2 Posts
    22 Views
    ?
    As of ProGet 4.7.4, we are no longer performing any server-side filtering based on target framework. Can you confirm that you are on the latest version?
  • NuGet 3.x support

    nuget proget
    6
    0 Votes
    6 Posts
    12 Views
    ?
    At this time, the NuGet team has no plans to make the v3 API publicly consumable, and will support the v2 API indefinitely as the public API; as such, we have no intention to reverse engineer and attempt to implement a private API. Note this it is entirely a "behind the scenes" transport mechanism (JSON vs XML) and makes no difference at all from a usage perspective.
  • License Filter configuration

    proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    That's a bug affecting NuGet feeds - we're publishing a hotfix release today (4.7.6) and will include a fix for this.
  • Linux Proget Upgrade 4.6.7 to 4.7.4 Fails

    linux proget
    4
    0 Votes
    4 Posts
    3 Views
    ?
    We test with the latest version of Posgres, but I haven't heard of any issues with 9.4 or newer. This ought to recreate the missing tables in your database: CREATE TABLE "Licenses" ( "License_Id" SERIAL NOT NULL, "External_Id" VARCHAR(50) NOT NULL, "Title_Text" VARCHAR(200) NOT NULL, CONSTRAINT "PK__Licenses" PRIMARY KEY ("License_Id"), CONSTRAINT "CK__Licenses__External_Id" CHECK (RTRIM(LTRIM("External_Id")) <> ''), CONSTRAINT "UQ__Licenses__External_Id" UNIQUE ("External_Id") ); CREATE TABLE "LicenseUrls" ( "License_Id" INT NOT NULL, "License_Url" VARCHAR(400) NOT NULL, CONSTRAINT "FK__LicenseUrls__Licenses" FOREIGN KEY ("License_Id") REFERENCES "Licenses" ("License_Id") ON DELETE CASCADE, CONSTRAINT "CK__LicenseUrls__License_Url" CHECK ("License_Url" NOT LIKE 'http://%' AND "License_Url" NOT LIKE 'https://%'), CONSTRAINT "UQ__LicenseUrls__License_Url" UNIQUE ("License_Url") ); CREATE INDEX "IX__LicenseUrls__License_Id" ON "LicenseUrls" ("License_Id"); CREATE TABLE "LicenseRules" ( "LicenseRule_Id" SERIAL NOT NULL, "Feed_Id" INT NULL, "License_Id" INT NOT NULL, "Allow_Indicator" YNINDICATOR NOT NULL, CONSTRAINT "PK__LicenseRules" PRIMARY KEY ("LicenseRule_Id"), CONSTRAINT "FK__LicenseRules__Feeds" FOREIGN KEY ("Feed_Id") REFERENCES "Feeds" ("Feed_Id") ON DELETE CASCADE, CONSTRAINT "FK__LicenseRules__Licenses" FOREIGN KEY ("License_Id") REFERENCES "Licenses" ("License_Id") ON DELETE CASCADE ); CREATE INDEX "IX__LicenseRules__Feed_Id" ON "LicenseRules" ("Feed_Id"); ALTER TABLE "Feeds" ADD "AllowUnknownLicenses_Indicator" YNINDICATOR NULL; DROP TABLE "FeedLicenseUrls" CASCADE;
  • Docker Registry API

    feeds proget
    2
    0 Votes
    2 Posts
    29 Views
    ?
    ProGet does not currently implement the "_catalog" endpoint currently, which Octopus uses to detect the registry version. It's on our list, but we do not have an ETA for it now.
  • A schedule job runs immediatly instead running at the defined time

    otter
    3
    0 Votes
    3 Posts
    3 Views
    ?
    Thanks Phillipe, we've identified the bug and will fix it in next maintence release as [OTTER-133]
  • Proper script to create Map variable

    buildmaster
    5
    0 Votes
    5 Posts
    11 Views
    ?
    Yes, that is what I'm looking for. Sorry I didn't say it that way but I didn't think that was possible based on the docs, I thought having the sub-types like that was only in the maps. I tried that out and it works perfectly for me. Thanks!
  • Is it possible to use cloud link (amazon s3 link) as disk path

    proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Please see Cloud Package Stores for more information on how to configure these.
  • Ruby feed is not working

    feeds proget ruby
    2
    0 Votes
    2 Posts
    16 Views
    ?
    The url is wrong, and we will update this in the next maintence release
  • Enumerate over all config files

    deployment-plans buildmaster
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Hi Jason, there's not currently... but I've added a request to get this in a maintence release under BM-2374 @ConfigurationFiles([AppName]) @ConfigurationFileInstances(configurationFileName, [AppName])
  • SVN Export issue

    svn buildmaster
    2
    0 Votes
    2 Posts
    10 Views
    ?
    We tried to reproduce this, but I get this output, which doesn't include "arguments" and which doesn't put a trailing slash after the destination directory: INFO : 2017-02-22 17:50:04Z - Executing SVN export... DEBUG: 2017-02-22 17:50:04Z - Using TcpAgent agent on GODZILLA DEBUG: 2017-02-22 17:50:04Z - Working directory: DEBUG: 2017-02-22 17:50:04Z - Executing: C:\ProgramData\InedoAgent\BuildMaster\ExtensionsTemp\Subversion\Resources\svn.exe export "https://github.com/Inedo/bmx-subversion/trunk/" "C:\ProgramData\InedoAgent\BuildMaster\Temp\_E78\_D0" --non-interactive --trust-server-cert DEBUG: 2017-02-22 17:50:12Z - A C:\ProgramData\InedoAgent\BuildMaster\Temp\_E78\_D0 [snip] DEBUG: 2017-02-22 17:50:12Z - A C:\ProgramData\InedoAgent\BuildMaster\Temp\_E78\_D0\packages.config DEBUG: 2017-02-22 17:50:12Z - Exported revision 63. INFO : 2017-02-22 17:50:12Z - SVN export executed. Caan you submit the plan and logs in a ticket? Tjhis will be much easier for us to research.
  • "No packages found" in NuGet package manager

    proget
    4
    0 Votes
    4 Posts
    46 Views
    ?
    Yeah, I have the same problem, if I change TargetFramework from net45 to net452 they show up.
  • Raise Error Syntax

    buildmaster documentation error example
    3
    0 Votes
    3 Posts
    5 Views
    ?
    That is exactly what I was looking for. Thank you.
  • Does ProGet support npm dist-tag or tag?

    proget npm
    8
    0 Votes
    8 Posts
    33 Views
    ?
    I see. It appears that dist-tag rm is now failing. We'll investigate and if we are able to reproduce this then it should be easy enough to get in the next maintenance release.
  • Access to log during plan execution

    buildmaster
    7
    0 Votes
    7 Posts
    12 Views
    ?
    I found the issue, just didn't think about looking at the IIS settings but that clued me in. I needed to use Windows authentication via Powershell. For those that might hit this in the future this is the piece of code that did the trick: $pwd = ConvertTo-SecureString $userPwd -AsPlainText -Force $creds = New-Object System.Management.Automation.PSCredential($userName,$pwd) $Response = Invoke-WebRequest -URI $URL -Credential $creds
  • Pushing VSIX Packages

    continuous-integration proget visual-studio
    7
    0 Votes
    7 Posts
    25 Views
    ?
    Thanks Dean, upgrading to 4.7.3 has solved the issue!
  • Using Powershell documentation header

    buildmaster
    4
    0 Votes
    4 Posts
    2 Views
    J
    thanks, yes I saw that and that is what I am using. I guess the expectation I had was to see the description or synopsis in the dialog when I am adding it a plan. Once it's in the plan is useful, the way it displays now, but it's when it's being added that the person adding it needs the info. I'll just submit a feature request, it's not a major thing just be nice for people who use them later and may not know exactly what they do without opening the full script itself or reading some other doc outside BM
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation