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!

  • BuildMaster Compatibility for .Net 4.5 extenstions

    2
    0 Votes
    2 Posts
    2 Views
    ?
    BuildMaster 3.x is targeted to .NET2, so it's easiest to target your extensions/customization to the same. If you're looking for Linq, it has been re-implemented in the Inedo.Linq namespace. In BuildMaster 3.6, we added support running in a .NET4 app pool; I'm not sure if that will help with a .NET 4.5 extension, however. Hope that help.
  • 0 Votes
    4 Posts
    5 Views
    ?
    are you a programmer? if not no need to ilsatnl it.If you are, MSDN (Microsoft Developer Network) as the word suggests is a developer centre where you can find Softwares developed by microsoft. They provide technical support and help developers to develop their client softwares using Microsoft developed softwares (visual studio,asp.net etc).Developers also can help develop the software to be more efficient.If you are a programmer you can subscribe to MSDN to get developer tool to enhance you skills.MS Windows SDK (software development kit) contains all tools, libraries, sample files to work upon, so that you can independently develop Applications for yourself hitherto for microsoft as well. you can develop applications for Operating system. for eg .their comes a SDK to develop Windows narrator under dot net framework.
  • Exception while building

    buildmaster ant
    14
    0 Votes
    14 Posts
    16 Views
    ?
    Neat graphic! Apple Passbook epeixlmfies wallet without nfc; Samsung Galaxy Note has nfc to beam files between phones, so it would represent the left. Google is working on the intersection of nfc and wallet, so it is nice Microsoft represents another entry into the nfc wallet category!
  • Buildmaster - Notifier email - subject line

    notifiers buildmaster
    3
    0 Votes
    3 Posts
    6 Views
    ?
    I'm sorry, I'm an idiot. I had chosen a long name for the application, so the "succeeded" or "failed" part of the subject line was cutting off in my email client. Sorry to waste your time.
  • Using BuildMaster for COTS Software Configurations

    workflows buildmaster
    5
    0 Votes
    5 Posts
    16 Views
    ?
    I think I'm getting a handle on this now. Pretty cool stuff. Thanks so much for your help!
  • Error when running mspec test throught gallio add in

    buildmaster errors gallio
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Could you check if the "gallio-report" file is under C:\BuildMaster_SVCTMP_A1004_S0\TMP and paste its contents here or email it to support@inedo.com? If you're familiar with C# you can see the code for the Gallio extension here: https://github.com/Inedo/bmx-gallio/blob/master/GallioUnitTestAction.cs - it's almost certainly caused by one of the DateTime.Parse() or Double.Parse() calls.
  • 0 Votes
    2 Posts
    34 Views
    ?
    You can try this method with the BuildMaster service (INEDOBMSVC) or agent (INEDOBMAGT) if it's running on a remote server: http://www.codeproject.com/Articles/4891/Interact-With-Desktop-when-Installing-Windows-Serv
  • Nuget 2.7 exe error

    error nuget proget
    6
    0 Votes
    6 Posts
    2 Views
    ?
    I am sorry. The package that still caused problems had a version number like 3.40.0000.0. This seems to bother a nuget 2.7 client, but not a nuget 2.6 client. The problem disappeared when rebuilding the package using the 3.40.0.0 version number.
  • Artifact questions

    artifacts net buildmaster
    3
    0 Votes
    3 Posts
    8 Views
    ?
    [3] – yes; I'm currently doing the following: Create an application package (by using the standard "Package" target in my "Build .NET MSBuild Project" action) Create a BuildMaster build artifact (i.e. create an archive file containing the application package and ancillary files) Deploy the build artifact to a folder on the build server. Run Web Deploy (msdeploy.exe) via a "Execute Command Line" action to deploy the application package (in the folder to which the artifact was deployed in [3]) to the relevant server(s) for the environment.
  • Oracle connection string

    oracle buildmaster
    2
    0 Votes
    2 Posts
    6 Views
    ?
    I was able to resolve this issue using this format: DATA Source=<value from tnsnames.ora>;USER ID=<myusername>;PASSWORD=<mypassword>; I restarted my system to restart Oracle. Then Test Connection was successful after that.
  • Can't delete a package from commandline

    proget error
    3
    0 Votes
    3 Posts
    8 Views
    ?
    We actually have two use cases for delete: maintenance scripts (we have beta packages published for each commit so we need to perform periodically cleanup) automatic validation of new ProGet releases (so we can quickly "validate" a new release before move it into production) I know they aren't common use cases but it will be useful.
  • 0 Votes
    2 Posts
    9 Views
    ?
    One thing we could do is modify the "Execution Complete Notifier" to send a notification out when a warning occurs. There is currently an option to send the notification only on failure. Would that be helpful?
  • Project Layout Templating

    buildmaster applications
    2
    0 Votes
    2 Posts
    7 Views
    ?
    Your best bet would probably be to use the Clone method via the API: http://inedo.com/support/tutorials/cloning-an-application-with-the-sql-api
  • Bug Report: Deleting a package makes ProGet unresponsive

    error proget
    4
    0 Votes
    4 Posts
    7 Views
    ?
    Does this happen with all packages, or just one package? Can you try pulling a package to the feed (like JQuery), and then deleting it? Can you disable friendly error messages (webCustomErrors=off in advanced config), and post stack trace?
  • 0 Votes
    3 Posts
    2 Views
    ?
    The root cause of this is that an undeclared execution variable is being created to override a declared non-execution variable. For example, if you create TESTVAR as a Release Variable but not as an Execution Variable, then use Set Variable Value to override TESTVAR value for the execution, it will exhibit this behavior. This will be fixed in a future version 3.7.1; either with a more helpful error or supporting the behavior.
  • Error when purging application

    error applications buildmaster
    2
    0 Votes
    2 Posts
    11 Views
    ?
    This will be fixed in 3.7.1; but a patch is available for those on 3.7.0. Just email support - at- inedo - dot - com, and we'll send it over.
  • Can I assign variable value to another variable?

    variables buildmaster
    2
    0 Votes
    2 Posts
    3 Views
    ?
    Thanks Peijen! In this case, you would use the Set Variable Values action to set the TargetDatabaseUsername variable name to %DatabaseUsername%. When the action is run, the TargetDatabaseUsername variable will be set to whatever the value of DatabaseUsername is at the time.
  • Can't order packages by name

    visual-studio proget
    4
    0 Votes
    4 Posts
    6 Views
    ?
    Unfortunately that issue PG-119 was moved to a future a release because of the priority of the other issues listed in the release notes: http://inedo.com/proget/release-notes#2.1.3 We will try to get this in 2.1.4.
  • How limit which environments somebody can perform a build?

    privileges
    2
    0 Votes
    2 Posts
    6 Views
    ?
    Hi Andrew, You'd probably want to use Active Directory groups of some sort... but you could either add explicit privileges or add deny privileges to the groups you don't want to go to prod. Just keep in mind, however, that deny takes precedent over a grant in the same scope. IOW, if you say "X can deploy to A" then "X cannot deploy to A", then X will not be able to deploy to A. Steve
  • 0 Votes
    2 Posts
    6 Views
    ?
    I would just move it to an application group called "Inactive".
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation