1 Star 0 Fork 0

薛定谔程序员/aspnetcore-docker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
李文强 提交于 2020-01-10 11:39 +08:00 . 添加构建配置
# Docker
# Build a Docker image
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker
trigger:
- latest
- 2.*
- 3.*
resources:
- repo: self
variables:
tag: '$(Build.BuildId)'
stages:
- stage: Build
displayName: Build image
jobs:
- job: Build
displayName: Build
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Docker@2
inputs:
containerRegistry: 'tecent-cloud-xinlai'
repository: 'magicodes/aspnetcore-runtime'
command: 'buildAndPush'
Dockerfile: '**/Dockerfile'
tags: '$(Build.SourceBranchName)'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xl_wenqiang/aspnetcore-docker.git
git@gitee.com:xl_wenqiang/aspnetcore-docker.git
xl_wenqiang
aspnetcore-docker
aspnetcore-docker
2.2

搜索帮助