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!

  • ProGet internal webserver HTTP->HTTPS redirection

    3
    0 Votes
    3 Posts
    38 Views
    J
    @stevedennis Famous last developer words: "Changing this one flag can't possibly break anything" Thank you for considering Cheers
  • Build execution failure for .Net projects

    6
    4
    0 Votes
    6 Posts
    20 Views
    stevedennisS
    Hi @bbalavikram , The framework option may not do what you think; first and foremost, 4.5 is not a valid option for framework. You need to use a "framework monifier" that's defined here: https://learn.microsoft.com/en-us/dotnet/standard/frameworks But keep in mind that framework monifier must also be in your project file. The framework argument for dotnet simply selects which of the frameworks in your project file to build. It's really only useful for multi-targeted builds, which you probably don't have. It's possible that dotnet simply will not work with your project. This is unfortunately the case with many old projects. You can continue to try to "play" with your csproj files to try get it to work (note: you can run the same dotnet commands on your workstation). If you can't get it to work, then you'll need to use MSBuild:Build-Project or DevEnv::Build. We do not have script templates from these, but you can convert your script template to OtterScript and then try modifying the script that way. Here is some information on build scripts: https://docs.inedo.com/docs/buildmaster-platforms-dotnet#creating-build-scripts Best, Steve
  • Debian Feed (New) connector errors

    Locked
    13
    0 Votes
    13 Posts
    45 Views
    D
    I was finally able to try this with a mounted network drive (using SysInternals), and that works
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    10 Views
  • Debian Feed - Package can only be downloaded by apt once

    12
    0 Votes
    12 Posts
    36 Views
    gdivisG
    Great to hear! Thanks for the followup
  • NuGet Package README Display

    6
    1
    1 Votes
    6 Posts
    48 Views
    J
    We are also interested in README rendering. I've been looking to find where the project URL is displayed, but were unable to find it. Maybe this could be added aswell? https://learn.microsoft.com/en-us/nuget/reference/nuspec#projecturl Also related is the releaseNotes field, that would be similar to README rendering https://www.nuget.org/packages/Microsoft.Extensions.Configuration/9.0.0-preview.1.24080.9#releasenotes-body-tab https://learn.microsoft.com/en-us/nuget/reference/nuspec#releasenotes Essentially we are looking for a way to make changelog information of a given package easily accessible to developers.
  • Query Package Versions Endpoint doesn't respect version parameter

    4
    0 Votes
    4 Posts
    22 Views
    gdivisG
    Hi @mlorenzschleipen_5169, Just wanted to let you know that May 1 was a typo - the release date is actually March 1, so a lot sooner :) -Greg
  • [BM] Preventing Build from deploying into further stage based on variable

    3
    0 Votes
    3 Posts
    13 Views
    rhessingerR
    Hi @andy222, To expand on this further. If you are looking for it to just skip the stage based on that variable and proceed to the next stage, then I would also suggests @philippe-camelio_3885 method of checking in OtterScript using the $PipelinStageName. If you are looking to block going further in the pipeline and stopping at a specific step, I would suggest using the Pipeline Stage Requirements and setting a Require Variable automated check. That can block deployment to a stage unless a variable is set to a specific value. Thanks, Rich
  • [BM] Getting 500 Error when accessing Global Pipelines

    2
    2
    0 Votes
    2 Posts
    6 Views
    stevedennisS
    Hi @andy222 , This was fixed in 2023.11 via BM-3933; as a work-around, you can see the global pipelines by clicking "Shared (Global)" under any application > settings > pipelines. Cheers, Steve
  • Unable to "Request License key"

    3
    2
    0 Votes
    3 Posts
    15 Views
    B
    @stevedennis, Issue is resolved now, Thank you Steve. I generated key & registered the product.
  • Debian Feeds and PGVC

    2
    0 Votes
    2 Posts
    8 Views
    stevedennisS
    Hi @dan-brown_0128 , Yes, but only once you've enabled ProGet 2024 Vulnerability Preview features (available in ProGet 2023.29+). Thanks, Steve
  • Enable Vulnerability Feature Preview... timeout

    4
    0 Votes
    4 Posts
    19 Views
    stevedennisS
    Hi @v-makkenze_6348, We've rewritten this to not use MERGE, which should help; we plan to ship PG-2583 in the upcoming maintenance release on Mar 1. Cheers, Steve
  • ProGet and PowerShells PSResourceGet module

    3
    0 Votes
    3 Posts
    18 Views
    F
    So its early days but performing the basic Functions from both the PowerShellGet and PSResourceGet modules seems to work as expected without issue, i.e. Find-Module, Find-PSResource, Install-Module, Install-PSResource, Publish-Module, Publish-PSResource work well. I guess the main reason for asking this question was to check that you guys keep track of these modules released by Microsoft since they are widely used and its nice to know support is on hand if necessary. Its always comforting to know that a vendor is keeping track of issues on platforms such as GitHub etc.... thanks for prompt replies.
  • ProGet bulk upload of nupkg files, choco packages

    3
    0 Votes
    3 Posts
    24 Views
    F
    @Dan_Woolf awesome thanks
  • Configure Open ID auth with ProGet

    2
    0 Votes
    2 Posts
    15 Views
    atrippA
    Hi @moez-ul-hasan_3818 , ProGet only supports SAML-based authentication; as you noticed, we recommend and document using SAML for Azure. So I would just recommend creating a SAML-based Enterprise App for that. OpenID is a totally different protocol, and our products do not currently have support for that. Cheers, Alana
  • ProGet feeds in different IIS App Pools

    3
    0 Votes
    3 Posts
    12 Views
    F
    @rhessinger ok thanks
  • ProGet Storage and Retention for NuGet and Npm cache feeds

    3
    1
    0 Votes
    3 Posts
    13 Views
    S
    Hi Atripp, We have received some scripts from Alex Papadimoulis. We started running these yesterday and the SQL blocking has so far disappeared and the Dashboards_GetLargestPackages now has no issues. Looks like Brett Shearer and Alex have a solution for both problems. Our load is still an issue at peak times but features are now working fast. Will keep monitoring and get back to Alex confirming the outcomes of the new stored procedures next week. Thank you
  • Database recommendation for ProGet

    4
    0 Votes
    4 Posts
    22 Views
    atrippA
    @forbzie22_0253 performance should be about the same, correct
  • PGVC URLs

    2
    0 Votes
    2 Posts
    14 Views
    atrippA
    Hi @dan-brown_0128 , The latest version includes a migration tool, so I would recommend using that. The URL has been changing throughout ProGet 2023, but you will be safe whitelisting cdn.inedo.com and security.inedo.com. This is only required for downloading updates, as it's an offline database that ships with ProGet. Cheers, Alana
  • Multiple Proget instances and SQL DB

    6
    0 Votes
    6 Posts
    13 Views
    F
    @atripp ok that makes sense, thanks for confirming.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation