TFS构建过程
build agent 上构建镜像> docker build -t $(RegistryName)/$(Build.Project.Name):$(Build.BuildId) .
push 镜像到仓库
如果有多仓库
2019-07-27