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!

  • 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.
  • Update either Server or Role Variables

    otter
    11
    0 Votes
    11 Posts
    16 Views
    Jonathan.EngstromJ
    Alright, after messing around with that information, I was able to get it to work. I am able to update the variables. Interesting thing is that it doesn't appear I can change just one variable, I have to change all of them, or at least enter all of them as they are? Thanks for your help!
  • How to handle key names for registry settings that are somewhat alike

    otter
    6
    0 Votes
    6 Posts
    6 Views
    ?
    For Ensure-RegistryValue, you can use the Kind property to control the type: Ensure-RegistryValue ( Name: 2100, Value: 3, Kind: DWord, Hive: LocalMachine, Key: SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3 ); Valid values for this property are listed here.
  • Modifying Server Configuration Values in a plan

    buildmaster servers variables
    3
    0 Votes
    3 Posts
    9 Views
    ?
    Well, I've been meaning to upgrade anyway. If that's something that's available in v6 means that I'll be doing that sooner rather than later.
  • Slow queries

    nuget performance proget
    3
    0 Votes
    3 Posts
    30 Views
    ?
    Thanks, that helped a lot. I removed some connectors to myget.org and it's getting faster.
  • NPM package dependencies

    buildmaster npm
    2
    0 Votes
    2 Posts
    12 Views
    A
    Have you considered to use an external connector ? See the details here : https://inedo.com/support/documentation/proget/core-concepts/feeds/connectors If impossible you would have to download and compile and them to your feed.
  • Pushing to Docker feed

    proget
    5
    0 Votes
    5 Posts
    11 Views
    ?
    Ok, thanks. I understand what you're saying now.
  • Proget unable to get older version packages from nuget.org

    proget
    4
    0 Votes
    4 Posts
    2 Views
    atrippA
    If you're finding that you're having trouble with specific versions, please provide a detailed reproduction case with a specific package, and the specific steps you took; this way we can investigate it.
  • 0 Votes
    6 Posts
    46 Views
    atrippA
    We do not provide a migration utility or tool, but if you create one we would be happy to share it with the community.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation