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!

  • Custom extension doesn't show up

    3
    0 Votes
    3 Posts
    3 Views
    ?
    Hi Tod, I was aware of this extension but it didn't work for me (gave me all sorts of build errors). I took a closer look and you did help me on my way. I am now creating an artifact from a TFS build, make a temporary deployment and zip up this deployment into a new artifact. Everything works now, thanks!
  • MsBuild failes with Error code -1

    5
    0 Votes
    5 Posts
    23 Views
    ?
    Command line works just fine..
  • This machine cannot be uniquely identified error

    error buildmaster activation
    2
    0 Votes
    2 Posts
    5 Views
    ?
    This is caused when BuildMaster cannot determine the CPU ID or MAC address of the server it is installed on. Here is a detailed description: http://inedo.com/support/kb/1005/this-machine-cannot-be-uniquely-identified Typically, restarting the server fixes this problem. If that still doesn't work, you can also try the following steps to resolve: Stop the Windows Management Instrumentation service. Go to the %SystemRoot%\System32\Wbem\Repository folder. Delete all of the files that are in the %SystemRoot%\System32\Wbem\Repository folder. Restart the computer. The files that were deleted are recreated when the computer restarts. The Windows Management Instrumentation service will start automatically when you restart the computer. (These steps were taken from: http://minasi.com/forum/topic.asp?TOPIC_ID=5772)
  • Desktop Notifier

    buildmaster
    2
    0 Votes
    2 Posts
    14 Views
    ?
    There is no officially supported desktop client; however, one of our VIPs at Leaping Gorilla built a custom one. The repository is at: https://leapinggorilla.kilnhg.com/Code/Open-Source/Group/Buildmaster-Tray
  • BuildMaster + ProGet on Same Server

    proget buildmaster
    2
    0 Votes
    2 Posts
    0 Views
    ?
    I can't think of any tangible benefits to doing so, and can't think of any real drawbacks either. The only possible issue I could think of would be cookie related -- e.g. if you have the same hostname for both products differing only by port, there could possibly be conflicts with the cookie names. Using different hostnames would solve that, however.
  • Would like to give you some money!

    2
    0 Votes
    2 Posts
    3 Views
    ?
    Hi Tim, Multiple Active Builds will not auto-reject builds when another one in the same release is deployed to the environment. It's mostly used when testers need to consider which build (of many) will be promoted to the next environment. There is a limit of "one connection per deployable" in the Express Edition and yes, the packager uses the same metadata table. Also... as an FYI, Express Edition Upgrades do not include support/maintenance, and we are planning to phase them out soon.
  • Proget: No packages found. after renaming feed

    2
    0 Votes
    2 Posts
    8 Views
    ?
    Thanks for the report. This happens because the default package storage path for a feed uses the feed name, but doesn't rename the directory when you edit the feed name. You can fix this either by specifying a storage path for the feed, or renaming the existing storage path to match the new feed name.
  • Cannot login after update from 2.2.5 to 2.2.9

    2
    0 Votes
    2 Posts
    3 Views
    ?
    Were you able to resolve this? Can you try clearing cache & cookies, and try again? Also, if you're hosting in IIS, can you run "iisreset" from the command to restart IIS... or restart the ProGet service from the services management console?
  • Installer crashes when updating 2.2.5 to 2.2.9

    3
    0 Votes
    3 Posts
    1 Views
    ?
    Thx Todd. It was exactly that.
  • Problem with Execution variables in first environment

    3
    0 Votes
    3 Posts
    1 Views
    ?
    Thanks, in our case the variables do not actually get used in the first environment, they are entered for consistency. Good to know it will be fixed in the future.
  • Error scanning agent for ServerName

    4
    0 Votes
    4 Posts
    6 Views
    ?
    Hi Tod, I could fix this problem and now all my servers are have their agents up to date. I had to remove everything from buildmaster from the server. I have uninstalled buildmasters agent, from Programs and Features, deleted BuildMaster website, application pool and the agent files from BuildMaster directory. Then, I have run the agent installer again in the server. Now, the status shows "Ready" and I am not receiving those "Error scanning agent for..." anymore. This is just a heads up, but it seems that the agent installer is not updating the existing agents in the server. Thanks
  • Value cannot be null with some packages

    3
    0 Votes
    3 Posts
    19 Views
    ?
    I’d rather not send through a package with our production code in it, so I’m going to see how the working package compares to the failed ones.
  • 0 Votes
    9 Posts
    80 Views
    ?
    Interesting - was there an error message or indication as to why the first project failed to build? It does appear that the arguments were passed in correctly. The 2nd error would be expected because the added target changes the way MSBuild outputs the target files. The action is expecting the output to be in the \TMP\Release\Package\PackageTmp directory.
  • Nuget push 500 Internal Server Error

    8
    0 Votes
    8 Posts
    56 Views
    ?
    This issue is resolved now. The problem was that when ProGet is using LDAP (AD) for authentication so the requests always use NTLM (ignoring any user specified on the command-line or config). Changing the build-agent service to run as a domain user resolved the issue. Note: this was encountered with Bamboo build-agents, but I'd expect similar issues with Jenkins/Hudson build slaves, or other CI tools.
  • Enabling LDAP

    2
    0 Votes
    2 Posts
    14 Views
    ?
    This sounds like a problem with Windows Authentication on your IIS installation. If the LOGON_USER is blank, that means IIS is not passing it in. There are a lot of things to try to resolve this, i'd try amore general search like (LOGON_USER header missing), etc.
  • Downloading Symbol files

    2
    0 Votes
    2 Posts
    3 Views
    ?
    While there's no direct support for this, if you've already retrieved them from Visual Studio, the PDBs should be cached locally in the symbol cache. Another way I can think of to do this is to get the package directly from disk on the ProGet server or share. You can't download them from the web app because it strips the PDBs out of it. Once you have it, you can open the .nupkg as a zip file and grab the PDBs from the lib/netXX directory.
  • Powershell Script Parameters

    3
    0 Votes
    3 Posts
    5 Views
    ?
    PowerShell parameters are now supported in v4.2 of the Windows extension.
  • I'm not able to get the Leankit integration working

    8
    0 Votes
    8 Posts
    8 Views
    ?
    I've submitted the info to support and also created a fork of the Leankit integration in GitHub. Thanks again!
  • Package name is case sensitive

    2
    0 Votes
    2 Posts
    4 Views
    ?
    Thank you for the detailed report. This has actually already been fixed in ProGet 2.2 and later versions.
  • API method for adding new packages to a feed from another feed

    2
    0 Votes
    2 Posts
    3 Views
    ?
    The only access to add packages via an API is through the NuGet API itself. If you'd like to move packages, you can simply move them from one feed's storage on disk to the other.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation