I'm currently evaluating the Atlassian products for our business (Bitbucket server, crucible/fisheye, bamboo). I have my repo setup with a sample .net application pushed. Crucible is integrated. I need to add a simple msbuild task to bamboo so that my app will build when a push is detected, but I can't get the step added to build. There is /very/ light documentation on the Project File field. I can find no step-by-step examples for this anywhere, and all I see for the Project File field is "The name of your project goes here" which is apparently inaccurate. Please assist.
Hello Ryan,
Thank you for your inquire.
First of all, you are going to add a repository in Bamboo so your source code can be used by Bamboo in a MSBuild task. In order to do it so, please refer to Linking to source code repositories documentation for further information.
Lets assume you have the following in your repository:
./helloworld.csproj
When running Source Code Checkout task, the "helloworld.csproj" will be located at the root of Build Working Directory and in Project File field you should be specifying the relative path to "helloworld.csproj", for instance.
bamboo.planConfiguration.msbuild.png
For more information, please open build log generated as you will have more information about the above mentioned:
bamboo.buildLog.png
simple 26-Jan-2016 13:44:16 Build working directory is <bamboo-home>/xml-data/build-dir/PROJ-PLAN-JOB1
If you find this answer useful, I would kindly ask you to accept it so the same will be visible to others who might be facing the same issue you have inquired.
Thank you for your understanding.
—
Kind regards,
Rafael P. Sperafico
Atlassian Support
I will be as detailed as possible so my comment may help out when others see this fix. I see now the relative path for the project file is what I was not fully grasping. In my repository "BitTestRepo" I have my console application in a folder "ConsoleApplication1" and within that folder is the solution file, so it looks like this: "BitTestRepo/ConsoleApplication1/ConsoleApplication1.sln" So for the project file field, using "./ConsoleApplication1/ConsoleApplication1.sln" did the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.