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!

  • License question

    licensing proget
    2
    0 Votes
    2 Posts
    9 Views
    jraschJ
    A 2nd server license is required for this: https://inedo.com/support/documentation/various/licensing/management
  • Delete-Files does not work

    buildmaster
    4
    0 Votes
    4 Posts
    10 Views
    ?
    I've deleted FTP extension and restarted both BM services. After restart it works properly. Thank you.
  • Dbupdater.exe error

    buildmaster net
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Cached maven feed do not work

    proget
    4
    0 Votes
    4 Posts
    6 Views
    T
    ProGet v5.1.16 was just released with the fix included
  • New nuget packages dont appear in cache

    buildmaster
    2
    0 Votes
    2 Posts
    4 Views
    T
    Are you pushing the same version number? If so, this is (unfortunately) a by-design feature of NuGet. The solution is to use pre-release versioning, or instruct the NuGet task of the build server to always request with the -NoCache flag.
  • ProGet not preventing caching of NuGet API requests

    http proget
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Thanks for the suggestion. We've filed this as PG-1412 for inclusion in a future maintenance release.
  • "Domain Users" and "Users" group in AD Integration not working

    proget
    2
    0 Votes
    2 Posts
    5 Views
    T
    Please see: https://inedo.com/support/documentation/various/ldap/troubleshooting#privileges-not-working In short, in Microsoft's AD implementation, Domain Users is not returned as part of the memberOf LDAP property.
  • 0 Votes
    2 Posts
    25 Views
    jraschJ
    Hi Jim, Apologies for the lack of response here, but I wanted to let you know that we had quite a bit of back-and-forth internally on this post and implemented nearly all of your expectations: you are absolutely correct about the variable context not behaving as expected, and the biggest problem was that the behavior of certain variables (particularly $RoleName) was undefined we've updated the docs to reflect the "new" behavior in the latest version (v2.1.0 at the time of this post): https://inedo.com/support/documentation/otter/core-concepts/jobs#orchestration-job-context we release v2.1.0 last night with these changes included Thank you again for the detailed report and reproduction steps.
  • 0 Votes
    2 Posts
    15 Views
    T
    These will be included in the next maintenance release as per this issue: PG-1406
  • Jenkins extension no longer working with jobs in folders

    buildmaster jenkins
    5
    0 Votes
    5 Posts
    26 Views
    J
    Thanks, it is working now.
  • ProGet Connector to VSTS / Azure DevOps

    proget npm
    2
    0 Votes
    2 Posts
    79 Views
    benB
    Hello Adam, I've filed PG-1409 to allow setting a password on a connector with a blank username, which will allow bearer tokens to be used in npm.
  • 0 Votes
    5 Posts
    18 Views
    T
    Thanks John, that's good news! I'll check back next week and try the latest build. Cheers.
  • 0 Votes
    4 Posts
    10 Views
    benB
    Hello Philippe, If the example code is identical to what you're running, the 10GB is misspelled as 1OGB (with the letter O instead of a zero).
  • Viewing Docker images in ProGet

    proget
    2
    0 Votes
    2 Posts
    3 Views
    atrippA
    Can you share the name of your docker image and docker feed?
  • Existing version message

    proget packages nuget subversion notifiers buildmaster publishing
    3
    0 Votes
    3 Posts
    18 Views
    atrippA
    Please disable the "Overwrite Package" permission in Admin > Tasks. Then, you will get "Package Already Exists" error
  • Check if variable exists

    variables buildmaster
    2
    0 Votes
    2 Posts
    16 Views
    ?
    There are 2 ways to handle this: set a higher-scoped variable to the default value, e.g. set $BuildTestsFlag to false at the application group or system level; this removes the need to check at all, or: use if !$IsVariableDefined(BuildTestsFlag) function to determine if it doesn't exist
  • Start Service does not seem to raise error in Try/Catch Block

    otter
    3
    0 Votes
    3 Posts
    8 Views
    jraschJ
    Thanks, I've accepted and released this change in the Windows extension v1.0.10
  • 0 Votes
    3 Posts
    4 Views
    ?
    Thanks Josh for the response. I ended up using custom Power shell task. <# .SYNOPSIS Script to set assembly version for dot net assmeblies. .PARAMETERS .sourceFolder folder where the source is located. .newVersion .assemblyInfoFileNamePattern name of assembly info file #> param( [string]$sourceFolder, [string]$newVersion, [string]$assemblyInfoFileNamePattern ) if( [string]::IsNullOrEmpty($assemblyInfoFileNamePattern)){ $assemblyInfoFileNamePattern = "*AssemblyInfo*.*" } if( [string]::IsNullOrEmpty($newVersion)){ $newVersion = "1.0.0.0" } $versionSplit = $newVersion.Split(".") if($versionSplit.Length -eq 2){ $newVersion = $newVersion + ".*.*" } if($versionSplit.Length -eq 3){ $newVersion = $newVersion + ".*" } ################################################################################## # Output execution parameters. "Executing with the following parameters:" " source Folder: $sourceFolder" " new Version: $newVersion" " assembly Info File Name Pattern: $assemblyInfoFileNamePattern" ################################################################################## $pattern = '\[assembly: AssemblyVersion\("(.*)"\)\]' Get-ChildItem -Path $sourceFolder -Filter $assemblyInfoFileNamePattern -Recurse | ForEach{ "found file " + $_.FullName $fileFound = $_ (Get-Content $fileFound.FullName) | ForEach-Object{ if($_ -match $pattern){ # We have found the matching line # Edit the version number and put back. #$fileVersion = [version]$matches[1] #$targetVersion = "{0}.{1}.{2}.{3}" -f $fileVersion.Major, $fileVersion.Minor, $fileVersion.Build, ($fileVersion.Revision + 1) '[assembly: AssemblyVersion("{0}")]' -f $newVersion } else { # Output line as is $_ } } | Set-Content $fileFound.FullName -Force }
  • Cannot seem to find a link to the Otter Agent

    otter
    2
    0 Votes
    2 Posts
    6 Views
    T
    You can download the latest (v41 at the time of this post) from here: https://inedo.com/support/documentation/inedoagent/versions
  • Product End of Life

    proget
    2
    0 Votes
    2 Posts
    2 Views
    jraschJ
    We consider v2 and v3 to already be semi-retired, which means that we will provide very limited support to users who have not yet upgraded, and will provide assistance in performing upgrades. However, we will no longer ship maintenance releases, patches, or other changes for those versions.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation