Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. msbuild
    Log in to post

    • ?

      How can you let the TFS-Deploy-Task fail if a packet is rejected? (Overwrite off)
      Support • proget net tfs msbuild • • Jeff V.  

      4
      0
      Votes
      4
      Posts
      19
      Views

      ?

      I found my mistake I had to specify the "Feed API user" in the API Key configuration.
    • ?

      How to use MSBuild 15.0
      Support • buildmaster net msbuild • • Jeff V.  

      2
      0
      Votes
      2
      Posts
      158
      Views

      ?

      See: https://stackoverflow.com/questions/45063717
    • ?

      Integrating A ProGet Feed Into MSBuild
      Support • proget nuget msbuild • • Jeff V.  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      If you are using a newer version of MSBuild, see: http://blog.nuget.org/20170316/NuGet-now-fully-integrated-into-MSBuild.html If you are stuck with an older version, the solution is specific to whatever CI server you're using, e.g. with BuildMaster you would use the NuGet::Install-Packages operation; with TeamCity you would use the NuGet Installer build runner, and so on.
    • ?

      How to load .EXE/JARs into ProGet With Upack
      Support • proget packages net microsoft artifacts msbuild continuous-integration • • Jeff V.  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ben

      Hello Charles, upack pack expects a directory, not an individual file, so the command should be: upack pack C:\location_of_upack_json_file C:\directory_containing_my_setup_exe --targetDirectory=C:\mytargetDir\build_artifacts
    • ?

      Build mvc project
      Support • buildmaster net microsoft msbuild • • Jeff V.  

      6
      0
      Votes
      6
      Posts
      19
      Views

      ?

      You can Log-Information to see what $WorkingDirectory is. Unless you set a value, it will be something like C:\BuildMaster\_SVCTMP\_Ennn\D0 where nnn is internal identifier of the execution. Log-Information Working-Directory is $WorkingDirectory;
    • ?

      MSBuild
      Support • buildmaster microsoft msbuild • • Jeff V.  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      I would suggest to use the "Run MSBuild Script" Action instead. Then you can specify any of the properties.
    • J

      MSBuild failing
      Support • buildmaster msbuild • • jstarbird_7831  

      7
      0
      Votes
      7
      Posts
      26
      Views

      ?

      Yes, that would do it; the $WorkingDirectory() function will always ends return a slash. So, you'll want to definitely trim it; you can do this with a $PSEval, but we will have built-ins soon - https://github.com/Inedo/inedox-inedocore/issues/9
    • J

      No MSBuild Script action in new Plans
      Support • buildmaster msbuild • • jstarbird_7831  

      4
      0
      Votes
      4
      Posts
      4
      Views

      ?

      ignore my previous post. I had modified a second action and had left the first one with spaces, the semi-colons worked fine. Thanks
    • ?

      MSBuild ReferencePaths
      Support • buildmaster msbuild • • Jeff V.  

      2
      0
      Votes
      2
      Posts
      34
      Views

      ?

      If that action is causing issues with that, to get you running again just replace it with a command line action with the same arguments from the BuildMaster log, then add your reference paths that way. As for the actual question, I believe if you specify the same property twice, it concatenates them.
    • ?

      BuildMaster with .NET 4.6 and Visual Studio 2015
      Support • buildmaster net msbuild • • Jeff V.  

      3
      0
      Votes
      3
      Posts
      261
      Views

      ?

      You don't have to install Visual Studio 2015 on the buidlserver. Install MS Build Tools 2015 will do it. https://www.microsoft.com/en-us/download/details.aspx?id=48159
    • ?

      Credentials problem from build server
      Support • proget net tfs msbuild • • Jeff V.  

      2
      0
      Votes
      2
      Posts
      42
      Views

      ?

      This error is coming from nuget.exe; depending on the version of nuget.exe you're using, AD / integrated authentication simply will not work. It's supposedly fixed in 2.8.2, but some users say it doesn't work in 2.8.3. It's pretty broken in 2.8.1 and 2.8.0. Although it sometimes works in 2.7. The 2.6's seem to be fine, for the most part. ProGet.exe, from the now-defunct client tools, of course will work fine, or a simple HTTP PUT operation.
    • ?

      Execution Log Crashes Browser
      Support • buildmaster error msbuild • • Jeff V.  

      3
      0
      Votes
      3
      Posts
      3
      Views

      ?

      Hi Tod, Thanks heaps, that makes sense to me. Thanks for the quick reply. Regards, Daniel.
    • ?

      BuildMaster: Errors on Build for .NET Web App
      Support • buildmaster net visual-studio builds msbuild • • Jeff V.  

      3
      0
      Votes
      3
      Posts
      12
      Views

      ?

      When iam using USB to unlock build master showing error server is not started How can I solve this problem
    • ?

      Can't specify MSBuild target?
      Support • buildmaster msbuild • • Jeff V.  

      3
      0
      Votes
      3
      Posts
      6
      Views

      ?

      Ah, thank you so much, don't know how I missed that. :)
    • ?

      MSBuild and web.config instances
      Support • buildmaster net microsoft msbuild • • Jeff V.  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      You can pull the artifact out of _PublishedWebsites, or try the "This is a Web Application" checkbox. There is a transform config file action available as well, though you can store your configuration files in buildmaster.
    • ?

      MSBuild action and /p:OutDir parameter causing issues.
      Support • buildmaster error msbuild • • Jeff V.  

      3
      0
      Votes
      3
      Posts
      168
      Views

      ?

      Karl, thank you for the quick reply. We have 13 separate projects in just 1 of our solutions, so I was avoiding the tedious job of setting up an action to build each individually. What I ended up doing, and making work, was to just execute mstest.exe on the command line without the /p:OutDir parameter, using an "Execute Command Line" task. Not sure how that will play with the tasks that come after the build, but I suspect as long as I manage my paths correctly in the subsequent actions, it should be OK. Thanks again for the assistance.
    • 1 / 1