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!

  • Feed downloads though feed connectors

    2
    0 Votes
    2 Posts
    3 Views
    ?
    Local packages are indeed prioritized over connector packages, my guess is that you have either a cached package or cached feed request happening on the client end. If you look at the feed rss (you may need to use fiddler or something to capture output), you can see the exact metadata that's being requested. In the metadata, there will be a url that points to the downloadable .nupkg.
  • Purging old Packages

    2
    0 Votes
    2 Posts
    1 Views
    ?
    This is something we're thinking of adding eventually (i.e. Retention Policy), but for the time being, you can delete the packages from disk via PowerShell if you're comfortable with writing a script like that. We'll try to get this feature into the next version.
  • Errors in error log, not sure which app triggered it.

    3
    0 Votes
    3 Posts
    1 Views
    ?
    Thanks, Tod. How to fix that? The exceptions are from the scm triggered build function.
  • 0 Votes
    2 Posts
    6 Views
    ?
    Yes, this can be done with an Execute PowerShell Script action: http://technet.microsoft.com/en-us/library/ee177004.aspx
  • Latest version of package not showing in proget

    proget error
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Based on the error message and symptoms (it was working fine, until it wasn't), it would appear that the indexing error is from a poison package. We made the mistake of using Microsoft’s Packaging libraries (System.IO.Packaging) to open this package, and among many other bugs, it will produce an un-catchable exception (fun fact: if you happened to be on a non-english Locale, it will terminate the whole process with a stack overflow exception). We cannot work around this problem, but the bug appears to be fixed in .NET 4.5.1. If you upgrade to that, the error should go away.
  • Using variables in a Manual Action

    4
    0 Votes
    4 Posts
    1 Views
    ?
    There's no hard date, but we're targeting for the next week or so.
  • API delete is not deleting packages from the file system

    2
    0 Votes
    2 Posts
    11 Views
    ?
    The API is meant to administer ProGet itself, not anything related to packages - that method should actually be hidden. All it does is remove the entry from the DB, but when re-indexing occurs, of course it would get added back. If you on the other hand simply delete the file from the file system, or run nuget.exe delete then it will work.
  • Cannot form a valid licenses.licx - original seems to beignored

    2
    0 Votes
    2 Posts
    21 Views
    ?
    This is almost certainly a user account issue. Can you invoke MSBuild manually as the same account used to host the BuildMaster service? That should give you the same error. If you install the licenses as the same user hosting the BuildMaster service it should work. The SRC directory becomes the WRK directory when there are target directories involved (in this case the build output).
  • Proget not finding some Packages

    2
    0 Votes
    2 Posts
    8 Views
    ?
    First, make sure the service is running. You can rebuild the index by setting RebuildPackageIndex to True in the All Settings page. It will rebuild within a minute or so.
  • An unexpected error has occurred

    5
    0 Votes
    5 Posts
    1 Views
    ?
    We've added a workaround for this in ProGet 2.2.7 that should fix it.
  • Installation of ProGet free

    2
    0 Votes
    2 Posts
    2 Views
    ?
    Can you change the IIS App Pool mode to "Classic"? This should correct the problem.
  • Has auto-incrementing release number functionality been removed?

    2
    0 Votes
    2 Posts
    1 Views
    ?
    This setting is now configured at the Workflow-level instead of the Application-level. So, just edit your workflow in the application.
  • 500 Internal server error from Tutorial and wizards

    2
    0 Votes
    2 Posts
    3 Views
    ?
    Thanks for the report - I have logged the issue and included it as part of 4.0.8 (BM-1299).
  • Re-execute from last failed action not working

    2
    0 Votes
    2 Posts
    1 Views
    ?
    What screen were you on when you clicked the button to re-execute? I can't seem to reproduce this in our testing environment.
  • Promotion variables not set

    2
    0 Votes
    2 Posts
    2 Views
    ?
    I've added this as BM-1297,and it should be fixed in the next maintenance release of BuildMaster (4.0.8).
  • Get Latest from Perforce

    2
    0 Votes
    2 Posts
    2 Views
    ?
    This should be resolved in v4.2 of the extension: http://inedo.com/buildmaster/extensions/perforce
  • Cannot unistall/reinstall Buildmaster

    4
    0 Votes
    4 Posts
    10 Views
    ?
    To change the connection strings in BuildMAster, just edit the *appSettings.config files in the WebApp and Service directories.
  • Bmdbupdate crashes during installation process

    9
    0 Votes
    9 Posts
    5 Views
    ?
    As you recommended, I installed .NET 4.5.1 and it fixed it. FYI, the server locale is French (FR_CH). Thank you for your help. Regards,
  • Value cannot be null. Parameter name: activationCode

    9
    0 Votes
    9 Posts
    8 Views
    ?
    Everything seems to be back in working order now.
  • 0 Votes
    2 Posts
    5 Views
    ?
    Thanks for this report. This issue has been corrected as of ProGet 2.2.6.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation