Deploy in multiple environments with Team Foundation Build 2015

I am new to TFS / Visual Studio Online. I would like to use Team Foundation Build 2015 to automate my builds / deployments, but I'm having trouble finding any kind of documentation (apparently because all of this is a bit new!).

However, this looks promising, so I hope someone here who knows a little about him can help.

I have successfully installed an assembly definition that will extract my source, create a Visual Studio project, and create and store assembly artifacts.

What I would like to do automatically initiates the deployment of these artifacts on the development server. I assume this will be done by another agent installed on this server, with a different build definition.

If everything goes well, I would like him to be able to launch the deployment of the same artifacts in other environments (staging and, ultimately, life).

Assuming this is really what I should do (I'm open to suggestions), I stumble upon the following puzzle pieces ...

  • How to create an assembly definition that retrieves artifacts created by another definition?
  • How to connect everything so that the development server deployment starts automatically when the assembly assembly is successfully determined?
  • How can I organize a manual deployment deployment of successful assemblies to organize / live?
+4
source share
1 answer

, . , 2015 , . TFS 2015 VSO. .

, , . - , , PowerShell, , , 2015 .

0

All Articles