|
Currently we have a team project setup like below (in regards to branches)
Team Project
|__Developement
|__Development - Isolated Feature Dev
|__Main
|__Production
The issue that i have, is that when we want to do a team build on the production branch...
Started by mrwayne on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Right click on the build from Team Explorer, chose "Edit Build Definition", and clickWhen you....
If you only want to check out the Development branch, configure the build to check out
$/Team Project' the sub-folders.
|
|
Having a good team that works well together is one of the most important things when developing software. If your team does not work well together the product will suffer.
What team-building activities can be used to help build and promote a better software...
Started by Berek Bryan on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Real cohesion is built from shared success, not manufactured experiences on an even keel, but to build a solid professional team that knows it can rely on its members, each member, then....
But it doesn't build team cohesion.
|
|
When you are using Team Foundation Build to build a project for multiple environments, do you do one build for all environments, or keep a separate build script for each environment?
Think of the case when I might want the workspace version on my build...
Started by MStodd on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There may be other things you want to take into consideration ... .
If not, I'd separate them.
Will you always or almost always want to build both a QA and UAT release at the same time? If so, it makes sense to build them in the same project.
|
Ask your Facebook Friends
|
I'm a production director in a web design studio and we need to build a new team of developers for iPhone Apps. Can anyone help me with this? Should we get full-time or freelance people? What are the pros and cons of each?
Started by cacique on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
You need a certain size before....
Both, if you have to maintain with customers.
Hire Freelance if you don't know whether you'll have a job for these people in a year an in-house team with freelancers to get up to speed faster.
To build an app.
|
|
I’m trying to set up Team Foundation Build and so far it’s running ok with builds, tests and code analysis.
My problem is, that I can’t figure out how to build just a subset of the projects included in the solution. I know how to use the configuration...
Started by Jakob Gade on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
What other configuration would you expect then Release and Debug?
You will need to edit the TFSBuild.proj file generated by Build Definition created; </ItemGroup>
Your custom configurations....
And create new build definition for this solution.
|
|
Recently I've changed our team build project file from:
<SolutionToBuild Include="$(SolutionRoot)/OurSolution.sln">
to
<SolutionToBuild Include="$(SolutionRoot)/**/*.csproj">
This was necessary because we have many projects which are not contained...
Started by JimDaniel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can add steps before/after the build.
This will give you some more flexibilty when the projects are getting built .
Then set that file to be the SolutionToBuild.
The MSBuild task to build all the projects.
|
|
I'm getting the following error when trying to build my app using Team Foundation Build:
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1682,9): error MSB3554: Cannot write to the output file "obj\Release\Company.Redacted.BlahBlah.Localization...
Started by Luke on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You need to edit the build working directory of your Build Agent so that the begging path is a little smaller....
You have to checkout the build script file, from the source control explorer, and get your elbows dirty replacing the path.
|
|
We are using TFS2008 and TeamBuid to build our product. I have SolutionAA in TeamProjectAA that uses a file reference to a compiled library (SolutionBB) that is checked in to TeamProjectAA. Now this works fine. Now the source code to the library is checked...
Started by Web on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then, include the location of that compiled library in your workspace mapping for the TFS Build of SolutionAA and configure it with a continuous integration....
I'd suggest checking in the compiled library as part of the TFS Build for SolutionBB.
|
|
What are some of the day to day things you do in your dev team that help build your team's morale?
Started by lomaxx on
, 24 posts
by 23 people.
Answer Snippets (Read the full thread at stackoverflow):
A single precious, elitist, I'm-always-right of the entire team.....
When things go wrong try and cut out that everyone in the team has respect for each other's abilities.
Done is appreciated and that the team is making a difference.
|
|
What's pro/cons between TeamCity and Team Build and why choose one instead of the other ?
Started by Yoann. B on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Systems Supports multiple build runners (Rake, MSBuild, Nant, Ant) Excellent....
Requires a Java stack (assuming you're a .NET shop) Team (Foundation) Build
Pros Integrated solution compelling reason to go with Team Build.
|