Click here to Skip to main content
15,905,679 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thinking of moving to VSTS Pin
Florian Rappl3-Jul-18 8:05
professionalFlorian Rappl3-Jul-18 8:05 
GeneralRe: Thinking of moving to VSTS Pin
Sander Rossel3-Jul-18 10:38
professionalSander Rossel3-Jul-18 10:38 
GeneralRe: Thinking of moving to VSTS Pin
Dominic Burford3-Jul-18 20:03
professionalDominic Burford3-Jul-18 20:03 
AnswerRe: Thinking of moving to VSTS Pin
dts_m3-Jul-18 21:43
dts_m3-Jul-18 21:43 
GeneralRe: Thinking of moving to VSTS Pin
Dominic Burford3-Jul-18 22:35
professionalDominic Burford3-Jul-18 22:35 
GeneralRe: Thinking of moving to VSTS Pin
Sander Rossel3-Jul-18 23:15
professionalSander Rossel3-Jul-18 23:15 
GeneralRe: Thinking of moving to VSTS Pin
Dominic Burford3-Jul-18 23:33
professionalDominic Burford3-Jul-18 23:33 
GeneralRe: Thinking of moving to VSTS Pin
KBZX50003-Jul-18 22:07
KBZX50003-Jul-18 22:07 
Highly recommend it.

Simply put, VSTS is the place to manage your projects in terms of work-items, code versioning, code reviews, automated builds, test results, packaging and/or deployment.
It comes with it's own (cloud-based) TFVC and git and works best with one of those. Preferably git, which is the superior of the two for smaller teams.
TFS is best for legally-bound on-premise-only projects and for legacy teams that are very big.

As Microsoft puts it:
Quote:
Git is the default version control provider for new projects. You should use Git for version control in your projects unless you have a specific need for centralized version control features in TFVC.

It's free for up to 5 people. As in beer.
So is VS Community, btw, which kinda makes me wonder why you have VS Pro instead. Intentionally driving up costs, maybe?

An ideal setup for small teams is 2-5 developers with VS community, a Kanban board for task management in VSTS, git for versioning and VSTS configured for automated builds / tests on an on-premise machine (= a local agent).
You can set it up so that each time a build (+ all tests) succeed on development, you push to your master branch, build your release product, and deploy to a machine for manual verification.
It's scales very well. You can add nugget feeds, automated packaging, 3th party tool integration, custom build steps, custom release steps.. the works.

The best thing is, it doesn't cost anything and the tooling is better than most commercial available solutions.
It's not perfect though: VSTS is still changing, so you need to be able to tolerate a new layout once in a while.
GeneralRe: Thinking of moving to VSTS Pin
Dominic Burford3-Jul-18 23:31
professionalDominic Burford3-Jul-18 23:31 
GeneralRe: Thinking of moving to VSTS Pin
AndyStephens3-Jul-18 22:01
AndyStephens3-Jul-18 22:01 
GeneralRe: Thinking of moving to VSTS Pin
Dominic Burford3-Jul-18 22:57
professionalDominic Burford3-Jul-18 22:57 
GeneralRe: Thinking of moving to VSTS Pin
Daniel R. Przybylski4-Jul-18 6:20
Daniel R. Przybylski4-Jul-18 6:20 
GeneralRe: Thinking of moving to VSTS Pin
Dominic Burford5-Jul-18 19:49
professionalDominic Burford5-Jul-18 19:49 
GeneralRe: Thinking of moving to VSTS Pin
Matt McGuire5-Jul-18 4:53
professionalMatt McGuire5-Jul-18 4:53 
GeneralThought of the Day Pin
OriginalGriff3-Jul-18 4:47
mveOriginalGriff3-Jul-18 4:47 
GeneralRe: Thought of the Day Pin
glennPattonWork33-Jul-18 4:56
professionalglennPattonWork33-Jul-18 4:56 
GeneralRe: Thought of the Day Pin
Herman<T>.Instance3-Jul-18 21:39
Herman<T>.Instance3-Jul-18 21:39 
GeneralRe: Thought of the Day Pin
sibling1234-Jul-18 3:06
sibling1234-Jul-18 3:06 
GeneralRe: Thought of the Day Pin
Herman<T>.Instance4-Jul-18 3:09
Herman<T>.Instance4-Jul-18 3:09 
JokeRe: Thought of the Day Pin
sibling1234-Jul-18 3:40
sibling1234-Jul-18 3:40 
GeneralRe: Thought of the Day Pin
megaadam3-Jul-18 5:03
professionalmegaadam3-Jul-18 5:03 
GeneralRe: Thought of the Day Pin
DRHuff3-Jul-18 5:04
DRHuff3-Jul-18 5:04 
GeneralRe: Thought of the Day Pin
lopatir3-Jul-18 5:18
lopatir3-Jul-18 5:18 
GeneralRe: Thought of the Day Pin
dandy723-Jul-18 8:01
dandy723-Jul-18 8:01 
GeneralRe: Thought of the Day Pin
Eric Lynch3-Jul-18 8:27
Eric Lynch3-Jul-18 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.