You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello.
I am starting to work with bamboo, trying to make a build of a asp.net webpage, that I have done using Visual Studio 2017.
This webpage is small (it has a page where I can login, and than I login is success it takes me to another webpage).
In visual studio 2017 it's working fine: I build it and run it on chrome and it's working,
I am trying to make the build using bamboo. I placed my code in a repo (gogs) and I have connected it to bamboo with success.
In bamboo I have created a Visual Studio build plan, with one job, with the following configuration:
- Source Code Checkout
- Visual studio build
i am not sure if the build options are correct:
Executable: I have choosen the path to the VS2017 msbuild:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin
Project File: I have selected the .sln file in my project
Options: I have found this in the web. Not sure if this is correct.
/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true
Environment Variables: blank
Working subdirectory: blank
- In my artifacts configuration, in the plan I have this:
Again, I am not sure if this definition is correct.
If I run this build I get the following message: "Build was successful".
When I go the generated artifacts and I click on it it open the expect webpage (first) with my login. But in here there is something missing (an image that I have on it).
When I login in the page and I get "page not found".
Can anyone help me with this?
Is my plan wrong?
Thanks
We opened a support request so we could have a deeper look at your logs and other materials. Please stand by for an email from our Service Desk.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.