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!

  • Server Migration

    proget sql
    4
    0 Votes
    4 Posts
    31 Views
    ?
    We recommend usign the drop folder (step #3) instead, but this could work when the "package clean-up" task runs, because it will reconcile database and disk package data.
  • Proget throws exception when installing package with UPack.exe

    proget
    2
    0 Votes
    2 Posts
    2 Views
    benB
    Hello Jorg, Thanks for the bug report. I've fixed the error for the next version of ProGet (4.7.11) [PG-1018]
  • TLS 1.2 support

    error tls proget feeds connectors
    2
    0 Votes
    2 Posts
    21 Views
    atrippA
    This is OS & .NET Framework dependent. Many users have reported that setting the follow registry will resolved this issue: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 Value: SchUseStrongCrypto Data: 1 Note that this will involve a reboot. See this guide on TLS in .NET for more information
  • Skip Create Package option in release

    buildmaster packages
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Release are used to move packages through a specific pipeline, so you can't really have one with out another unless we realllly change our model. Of course in some scenarios, like the one you described, it feels like an unecessary step. We've considered making a simplified "create release/package", where you can do both in one step... but it's deceptively complex to do that on a single page... and have it behave in the same manner. There are permissions to consider, release templates, legacy variables, etc... >.<
  • Buildmaster Deployables

    deployables buildmaster
    2
    0 Votes
    2 Posts
    11 Views
    ?
    For most use cases, deployables are mostly a "vestigial" feature; they were very important in v4 and earlier , in that they permitted partial deployments and cross-application orchestration (dependencies, artifacts, etc). Moreover, as organizations are moving towards a "microservice" architecture, the concept of a large application with many depoyables is becoming rarer. In an v5/OtterScript plan, you can do this: for deployable web-application { ... operations ... } In this case, the "current deployable in context" will be web-application, and if that deployable is not included in the release, then the block is skipped. You can also add variable key/value pairs to a deployable. When a deployable is context (as the case above), that variable will be evaluated. With "cross-application deployables", you can have one application reference a release of another application. When doing this, it's changing the release number in context. So, for example, if web-application was imported from another application, then $ReleaseNumber would resolve to that application's number. All that said... all of these things are more intuitively accomplished through variables, and for most users that's just fine. In a new application you create will not have any deployables.
  • Error creating feed on S3

    proget
    3
    0 Votes
    3 Posts
    4 Views
    ?
    Thanks Ben! That fixed it. The Amazon folder is there, but i realized that the IIS user did not have admin rights to it. I think i installed proget under a different user than what i ran the service as.
  • 0 Votes
    2 Posts
    15 Views
    ?
    For this, you'll want to use 5.6.0 of the extension; it would appear, it may not have shown up in the Den, so I just enabled it now in case it didn't...
  • Connectors Page still Accessible

    proget
    2
    0 Votes
    2 Posts
    1 Views
    benB
    Hello Oliver, Starting with the next version of ProGet (4.7.11) the connectors overview page will require permissions to access: PG-1017
  • Execute PowerShell Script parameters

    buildmaster
    2
    0 Votes
    2 Posts
    48 Views
    T
    Hello Shane, You can add this as a script from Admin → Manage Scripts: param($projectDir, $buildType) powershell -file $projectDir/Resources/tools/PreBuild.ps1 -projectDir $projectDir -buildType $buildType Then, from the deployment plan, adding "Execute PowerShell Script" with that script will give you fields for the two parameters.
  • Web Server & Service Issues

    installer iis integrated-web-server proget
    2
    0 Votes
    2 Posts
    21 Views
    benB
    Hello Jim, Is there anything in Event Viewer → System from Service Control Manager, or anything from ProGet in the Application section of the event viewer?
  • Problem with deploying to server role

    deployment-plans buildmaster
    3
    0 Votes
    3 Posts
    11 Views
    ?
    Hi Ben-- This is a fantastic solution, and suits the situation perfectly. Thank you!
  • PyPI Integration

    python proget pypi
    2
    0 Votes
    2 Posts
    21 Views
    ?
    Please see http://inedo.com/support/questions/6445#inline-post-6445 for more information
  • Users connected

    proget
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Nuget packages

    net nuget buildmaster
    5
    0 Votes
    5 Posts
    8 Views
    ?
    Turns out that not all of the packages were being included in source control. Once I added in the missing package folders to source control I was able to move forward.
  • Npm bulk import not working

    proget npm
    4
    0 Votes
    4 Posts
    6 Views
    ?
    Ugh. Apparently what I meant to say was there were no changes, except for that one that causes this exact problem with npm feeds :/ Thanks for doublechecking me, looks like I needed it. (Apparently this is a very simple fix that had already been corrected by a dev for the upcoming 4.7.10, due for release today). For your reference, this is now logged as PG-1014
  • Sign Binary Usage

    buildmaster
    2
    0 Votes
    2 Posts
    3 Views
    ?
    In case anybody wants to know, this is what worked for me: SubjectName = the CN (CommonName attribute of the subject in the certificate) Description = the Description in the certificate
  • Proget and Docker

    proget
    5
    0 Votes
    5 Posts
    40 Views
    ?
    We will have full support for Windows containers in ProGet 4.7.10, which is scheduled for release tomorrow.
  • Windows Container support in the Docker feeds?

    proget windows
    5
    0 Votes
    5 Posts
    15 Views
    ?
    We will have full support for Windows containers in ProGet 4.7.10, which is scheduled for release tomorrow.
  • Uploading from Jenkins Pipeline with larger files

    proget
    4
    0 Votes
    4 Posts
    38 Views
    benB
    If you set --targetDirectory on the pack command to an empty or nonexistent directory, the .upack file will be the only file in there, and you can use myDirectory\*.upack to select the upack file for the push command.
  • 0 Votes
    2 Posts
    48 Views
    ?
    Just discovered Kevin's answer here which should work: http://inedo.com/support/questions/4058#inline-post-5062
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation