Azure :Continuous Delivery Preview
Donovan Brown Channel 9 Session
Devops Systematic Integration
- Build -CI
- Deploy Release -CD
Helped me create first end to end devops CI and CD pipeline using continuous delivery preview.
https://channel9.msdn.com/events/Visual-Studio/Visual-Studio-2017-Launch/WEB-105
I face one issue with nuget restore and it is because of this error causing constant issue.After configuring continuous delivery with resource group and app service plan. It asks for repository and setup build and release pipeline by itself. In fact zero configuration.
http://stackoverflow.com/questions/32254439/nuget-packages-are-missing
Options : Multiple configuration To queue parallel build on different agents
Even you can apply above magic directly from powershell script.
Create New: Yo teamUpdate existing CI and CD:Yo team/pipeline
Build Agents
- No physical controller
- Work side by side with XAML
- Agents are XCOPY deployed and auto updated from server
- Agent pool and collection assign to machine Agent
Gear Icon
Important Information
- Download agents
- Unblock the folder
- Run ConfigureAgent.Ps1
- Copy Team foundation server url
- Give working folder name
- Run as window service or interactive mode
Note:
- Agent Capability in relation with Build General Tab -> Demand.
- Demand can be used to run build on Premise agent or cloud agent.
No comments :
Post a Comment